Not displaying Entries
-
hi, I can’t seem to get my entries to show up on my webpage this is what I have, can anyone help?
<?php get_header(); ?>
<div align=”center”>
<table cellspacing=”0″ cellpadding=”0″ width=”590″>
<tr><td width=”400″><div class=”post”>
<h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small><div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
<p align=”center” class=”text”><?php posts_nav_link(”,”,’« Previous Entries’) ?></td>
<td width=”190″><?php get_sidebar(); ?></td></tr></table><?php get_footer(); ?>
The topic ‘Not displaying Entries’ is closed to new replies.