• Hi guys.

    I’m new to WordPress. I’ve created a new post. Now when I go to my blog page (/blog) the post is there but it displayed in full. If I remember correctly the previous times i went to /blog it only displayed a list of blogs. How can I fix this? It could be that it is supposed to work like this. I’m not sure now.

    Regards,
    Henk

    • This topic was modified 7 years, 10 months ago by wpuser8000.
    • This topic was modified 7 years, 10 months ago by wpuser8000.
Viewing 1 replies (of 1 total)
  • Hi
    follow the steps
    setting >> reading>> For each article in a feed, show (choose what you want full text or Summary).

    if its working then ok otherwise you need to change your code of
    index.php, archive.php, category.php
    replace <?php the_content(); ?> with <?php the_excerpt(); ?>

    dont forget to take backup of your pages before changing your code.

    another way is. go to your post and click on button.. “insert read more tag”
    thanks

    • This reply was modified 7 years, 10 months ago by Bikram Singh.
Viewing 1 replies (of 1 total)
  • The topic ‘The whole post is displaying on my website blog page.’ is closed to new replies.