• In my site https://www.webpedagogue.com, I have installed irs_fleximag 1.0 custom theme. When I click on the category then whole post is showing undaer that category but i want to show only post summary in that category, if user feels its necessary then he can click on the post.

    Is there a plug in or other way to get the category to show all the names of the posts in the category, or a summary of the posts with a Read More type of link?

    If I click on a category now, I get the latest post in its entirety and have to Next Page to find the next post. I’d like to have the category expand to show all the posts on one page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Take a look here in the codex. I also just referenced another article on this in this other thread.

    Thread Starter hasnat

    (@hasnat)

    Thanks sacredpath, for your quick response.

    Can you tell me which file i should need to edit?

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    It most likely will be category.php. If you want excerpts on the archives pages too, it will likely be archive.php.

    Look though that whole document as it has quite a bit of good information.

    Thread Starter hasnat

    (@hasnat)

    Sorry to disturb you i don’t find any option in this article where i put this code:
    <?php the_excerpt(); ?>
    and
    <?php the_content(); ?>

    Where to put this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to display excerpt on category in my wordpress blog?’ is closed to new replies.