This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #132075
     Brandy
    Participant

    site: http://solutions.borderstates.com/category/energy-conservation/

    I successfully hid the categories and comment count info in the meta data for each post listed in a category, by adding these rules to my CSS

    —————————-

    .post-header small.meta-category {

    display:none;

    }

    .post-header small.meta-comment-count {

    display:none;

    }

    ———————–

    The reason I called them out specifically instead of all the meta is that I do want to keep the author and date meta.

    but, because the separating commas live outside of the classes, I am left with 2 random commas still showing.

    I’m guessing my new child theme CSS rules were nothing more than amateur hacks and you have a better way to create the end result I want, which is – On archive pages, each post listed should NOT show categories or #of comments, but should show author and date, in the small grey meta data. Without any random commas left over.

    Please help, thanks so much

     

    #132077
     Radu
    Moderator

    Hi,

    Please go to wp-admin -> theme options -> blog -> display meta fields, delete the fields that you don’t need and leave only what you need to use

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #132148
     Brandy
    Participant

    That worked! Thanks!

    #132193
     Radu
    Moderator

    Great,

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?