Hiding tags in your posts

  • Unknown's avatar

    I have experimented with different options but cannot seem how to master removing tags from my post. I don’t want vistors to my blog to see the tags right below my header! Any advice would be greatly appreciated. ~Lil

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You cannot “move” metadata without a custom design upgrade and the required CSS editing. However, I don’t help with CSS editing, only Staff do, so I don’t know if this can be achieved on your theme or not. This is what I do know.

    Your theme is a premium theme and we Volunteers answering questions on this forum have no knowledge of how they are designed to operate. When you purchased your premium theme what came with that purchase was support directly from the theme designer in the Premium Theme Support Forum. There is a link for the specific Premium Theme support forum under Appearance -> Themes in your blog’s Dashboard

    If you purchased the custom design upgrade you also purchased Staff support. I will flag this thread so it’s moved to the CSS Forum where Staff will reply and tell you if what you want to do can be done or not.

  • Unknown's avatar

    Thanks for the quick reply. I will go that route

  • Unknown's avatar
  • Unknown's avatar

    To remove the entire byline including the category and tags link in the Funki theme, you can use this CSS:

    .entry-meta {
      display: none;
    }

    Or if you wanted to just remove the categories and tags and leave everything else, you could list them like this:

    .entry-meta .cat-links, .entry-meta .tag-links, .entry-meta .sep {
      display: none;
    }
  • The topic ‘Hiding tags in your posts’ is closed to new replies.