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’); ?>