How to show only post titles…

Home Forums General Forums How to show only post titles…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2754
    wbtaser
    Participant

    Excuse me if I am not wording this correctly, I am no expert. What I am trying to do is to only show the titles of the posts on the category view…

    So to be clear, when I click on a category I want to see a list of posts within that category. I do not want to see the actual post.

    I am using the Church theme.

    Thanks in advance.

    #2791
    han
    Keymaster

    There is no option for that by default, means that requires customization. But if you can do hide via CSS.

    .taxonomy-category .entry-summary,
    .taxonomy-category .entry-footer,
    .taxonomy-category .entry-meta {
    display:none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.