Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11501
    maurice
    Participant

    Hi… so I figured out how to display categories using the structure:

    http://www.xxx.com/news/category/xxxx/

    But the page that displays shows the entire news articles from everything in that category. Is there a way to have it show just the excerpts and then click them to go into the individual news article?

    Thanks!

    #11502
    Bartosz
    Keymaster

    Yes @maurice,

    That’s the default behciour of many themes, including default WordPress themes.
    You should have a look at category.php file in your theme – there should be the_excerpt() function that does just that.

    #11506
    maurice
    Participant

    Thanks for the quick reply.

    I am not a super experienced PHP coder. I can make code changes in our child theme as directed, but I am not too adept at writing changes from scratch. Do you have any advice on how to make the default here be excerpts? Is there a simple code mod that won’t affect the rest of my site?

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.