• Say I have 10 posts in June 2005. I click and go to this page and it shows summaries of my june posts. I want to see the entire posts, not just the summary. So I click on a topic, and it gives me a blank page!
    https://www.chamaree.com/wp

    Can anyone please help me…

Viewing 4 replies - 1 through 4 (of 4 total)
  • edit your archive.php from the_excerpt to the_content

    Thread Starter chamaree

    (@chamaree)

    Thanks for the reply Beel. I am new to HTML, so I don’t really understand what you meant. I found the archive.php, but not sure what to do next. Also, I cannot comment on a post (can comment on a page), it goes blank as well, don’t know if these two problems are related.

    Find this line:
    <?php the_excerpt() ?>
    and change it to:
    <?php the_content() ?>

    Thread Starter chamaree

    (@chamaree)

    Thanks. Now I can see the entire post ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘post archives won’t showthe entire blog when the topic is clicked’ is closed to new replies.