Home Forums Azuma Pro Remove category from bottom of post page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10579
    xrbbaker
    Participant

    Hello – I apologize if this is a general WP fix, but for the life of me I can’t find it if it is.  I’m gearing up to start posts for the first time.  Until now I’ve just had a passive website.  As I create some practice posts, I see that it adds a “category” label to the bottom of the post page.  I don’t want to see this.  How do I make it go away?

    Thank you

    #10582
    Andy
    Keymaster

    Add this to Customize > Additional CSS:

    .entry-footer .cat-links {
        display: none;
    }
    #10691
    xrbbaker
    Participant

    Thank you!

    #11302
    xrbbaker
    Participant

    Is there a way to remove that whole block from the bottom of the post?  It shows the author, categories and tags.  I really don’t understand what that whole block is there anyway.  I think it looks hideous.  Thank you.

    #11311
    Andy
    Keymaster

    To remove it, use this CSS

    .entry-footer {
        display: none;
    }

    It’s fairly standard to show the post meta info such as author, categories and tags on a blog, but yeah if you just want to remove it use the CSS above.

    #11316
    xrbbaker
    Participant

    Thank you sir for your excellent support.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove category from bottom of post page’ is closed to new replies.