• [email protected]

    (@christineblythe500hotmailcom)


    I’ve tried suggestions from several online help sites to hide category and tag links on all posts and pages, but nothing has worked.

    I’m assuming that something custom must be needed and I’m hoping you can provide the appropriate css code to use.

    Thanks for your help.

    Christine Blythe
    https://www.featheringtheemptynest.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello christineblythe500hotmailcom,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .single-entry-meta, 
    .entry-meta {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Theme Author Blogging Theme Styles

    (@bloggingthemes)

    Hi Christine….basically what AddWeb Solutions suggested. However, just to make sure what parts you want to remove from view, you want to remove:

    1. the category list
    2. the tags
    3. or the whole complete meta info line under the title

    Is this for both the blog page (where the post summaries are with the styled post date block) and the full post view?

    OH! I just went to your about page….from Chilliwack! I grew up there before moving to Vancouver.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing post entry-meta’ is closed to new replies.