• Resolved Smeeshane

    (@shanelowry)


    Hi,
    I would like to display a list of post titles on my category pages instead of the title and full post.

    I have tried using the <!–more Learn about the good, the bad & the ugly keywords here–> tag which works on the category pages.
    When the link is clicked you need to re click “Learn about the good, the bad & the ugly keywords here” again to open the post, which I am trying to avoid.

    Is there a code change I could make to archive.php to display title only?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could use CSS to hide it such as the following in the Additional CSS area in the customizer

    .archive.category .post .entry-content {
        display: none;
    }
    Thread Starter Smeeshane

    (@shanelowry)

    Thank you Jarret, nice, simple and did the job for me.

    • This reply was modified 5 years, 3 months ago by Smeeshane.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display post titles only on Category pages’ is closed to new replies.