showing post content issue
-
Why when i click on a post to see the content it show another page . all of the my post linked just to one page and i dont know why .
and this is my php code for the single.php<?php get_header() ?>
<div id=”container”>
<div >
<?php while(have_posts()):the_post();?>
<h3 ><?php the_title();?></h3>
<?php the_content();?><?php endwhile;?>
<?php comments_template(”,true);?>
</div>
</div>
<?php get_sidebar() ?>
<?php get_footer() ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘showing post content issue’ is closed to new replies.