• rezabarca

    (@rezabarca)


    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)
  • Michael

    (@alchymyth)

    might be a permalink issue;

    check dashboard – settings – permalinks;

    possibly switch to ‘default’ and see if single posts link properly, then reset to your custom setting.

    it might help with troubleshooting if you can post a link to your site.

Viewing 1 replies (of 1 total)
  • The topic ‘showing post content issue’ is closed to new replies.