• On my blog main page, it shows each post in it’s entirety. It also shows each post in it’s entirety when i click on “previous entries” at the bottom of the page. However, when i click on “April” under the archives section on the right side, i just get the summaries of the blog posts, and i have to click on the title to read the whole post (and see the pictures). Is there a way that i can change this setting so that i can see the whole post when i click on “archives”? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Which theme are you using? The theme is probably using the_excerpt(); instead of the_content();. In which case, you will not get the full post until you edit the theme (most likely archive.php) to change that.

    Thread Starter spark12

    (@spark12)

    great, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only summary is displayed when i click on prior months’ is closed to new replies.