• hi`
    is it possible to display all the post in full detail by clicking the “category” or “Archives” from the sidebar?

    because it will only display the post in titles only.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the template php file used to present archives (probably archives.php), you can control what elements of each post are displayed.

    Do you get an excerpt? If so, edit the template php file (probably archives.php, remember), and change the_excerpt to the_content, and then you may need to remove the text “‘Read Full Post &#1 87;'”.

    If you do not even get an excerpt on the archives page, then you can add this in: <?php the_excerpt(); ?> at whichever point in the template that you want the post content to appear.

    Does that help? (backup your files in case you make a mistake or in case this does not work for you). If you link me to your blog I can better help you.

    – John

    Thread Starter fullfat

    (@fullfat)

    Hi John`
    It works!! Thank you so much for your help!

    You’re welcome.

    In my previous post I actually meant to write:

    If you do not even get an excerpt on the archives page, then you can add this in: <?php the_content(); ?> at whichever point in the template that you want the post content to appear.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘clicking the sidebar`’ is closed to new replies.