• I have the problem with the site, that only the latest blog, gets its date in a table…
    Ive coded the index file, so that table should be around every blog….
    Is that something I can fix or?

Viewing 4 replies - 1 through 4 (of 4 total)
  • whats the url mate? any chance of a wee code snippet from the template to show how your trying to do this
    McC

    Thread Starter ludvig87

    (@ludvig87)

    https://www.unpredictable.frac.dk – and here is a link

    Thread Starter ludvig87

    (@ludvig87)

    Anyone know how to fix it??

    Thread Starter ludvig87

    (@ludvig87)

    This is my entire index code.. Can anyone see what Im doing wrong`?
    <?php include (“header.php”); ?>
    <?php /* Don’t remove these lines, they call the b2 function files ! */
    $blog = 1;
    require_once(‘blog.header.php’);
    require_once($abspath.’wp-links/links.php’);
    // not on by default: require_once($abspath.’wp-links/links.weblogs.com.php’);
    ?>
    <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
    <meta name=”generator” content=”WordPress .72″ /> <!– leave this for stats –>
    <?php get_archives(‘monthly’, ”, ‘link’); ?>
    <?php // comments_popup_script(); // off by default ?>
    <table bgcolor=”FFFFFF”><tr><td>
    <CENTER>
    <font size=”2″ color=”000000″>
    <?php if ($posts) { foreach ($posts as $post) { start_b2(); ?>
    <?php the_date(”,”,”); ?>
    ” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
    </font></STRONG>
    </center> </TD>
    </tr></TABLE>
    <?php the_content(); ?>
    <table bgcolor=”FFFFFF”><tr><td>
    <CENTER> <font size=”1″ color=”#000000″><?php the_author() ?>
    @
    <?php the_time() ?>
    <?php link_pages(‘
    Pages: ‘, ‘
    ‘, ‘number’); ?>
    <?php comments_popup_link(‘0 Is Unpredictable ‘, ‘1 Is Unpredictable’, ‘% Is Unpredictable’); ?>
    <?php include($abspath . ‘b2comments.php’); ?>
    </font></center> </TD>
    </tr></TABLE>
    <?php } } // end foreach, end if any posts ?>
    <?php include (‘footer.php’); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only latest blog in table’ is closed to new replies.