• Resolved prabukrishna

    (@prabukrishna)


    Hello,

    I would like to remove the Category & Tag section under each post on the Home page and Archives. But i want them in full posts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    add this to your child style.css (if you are using a child theme) or in the Custom CSS plugin (if you are not using a child theme):

    .home .entry-meta {
        display: none;
    }
    
    .archive .entry-meta {
        display: none;
    }
    Thread Starter prabukrishna

    (@prabukrishna)

    Its working. Thank you Kaniamea

    hello

    it doesn’t remove the category. does anyone has a solution for it ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Category & Tag section under posts on Home page & Archives’ is closed to new replies.