• Hello and thanks in advance for your help. Currently, my blog (www.freddyrozen.com/blog) has what I’d call an outline page, and to see each post, one has to click on the link to that post. I’d like to have my posts be seen continuously so it is not necessary to do any clicking when viewing the blog, unless someone wants to see a specific category by itself. How can I set this up? This is what I mean:https://www.rodrigovarelaphotography.com/blog/

    Thanks,

    Freddy

Viewing 1 replies (of 1 total)
  • That’s happening because the code in the index.php for the post body is an excerpt. Replace that with:

    <?php the_content(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to not have an outline page’ is closed to new replies.