• Resolved condosvip

    (@condosvip)


    Hi all, I am working on a category page where I would like to show a thumbnail display of all my different posts under that category.

    Right now I have only 1 post in the category and under the title it shows the post count (1 post) Is there anyway to hide the number of posts showing under the title?

    My Website is not launched yet to give you the link but I checked the page source and I think it is related to this- See below- under the page title ‘Vaughan, Markham, Stouffville’ it shows ‘1 post’

    <div class=”archive-header-inner”>
    <h1 class=”archive-title”>
    Vaughan, Markham, Stouffville </h1>
    <div class=”header-bottom”>
    <span>
    1 post </span>
    </div>

    Any help appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter condosvip

    (@condosvip)

    I was playing with the CSS and managed to figure it out. I just added this to CSS. Thanks.

    .header-bottom {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘post count showing under archive page title’ is closed to new replies.