• Resolved Anand

    (@vardaan56)


    Hi There,
    I am using Zerif Lite of my blog. How do I hide post tags from the posts. An early response is highly appreciated.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Edit your CSS
    .tag-links { display: none; }

    Thread Starter Anand

    (@vardaan56)

    Thanks for the early revert, But it is not working, I had used the same code in .css sheet, But still the tags are visible on the website.

    stephencottontail

    (@stephencottontail)

    Can you post a link to your site?

    Thread Starter Anand

    (@vardaan56)

    sure.. Its https://www.staremenot.com/2016/02/20/hello-world/
    Please check with the above posted link.

    “” This entry was tagged Delete, demo, Edit, Hello, post, Tags, wordpress, World. Bookmark the permalink. “”

    I want to remove this tag line basically..

    stephencottontail

    (@stephencottontail)

    Are you trying to remove the entire section or would you like to keep the text “Bookmark the permalink”? If you’re trying to remove the entire section, try this code in a custom CSS plugin or a child theme:

    .single .entry-footer {
      display: none;
    }

    Otherwise, you’ll make a child theme, copy content-single.php from the parent theme to the child theme, and edit that particular section.

    Thread Starter Anand

    (@vardaan56)

    Ok.. Thanks..I ll try the same after a while, And get in touch with you again if required.

    Till the time. Thank you so much for the assistance..

    Thread Starter Anand

    (@vardaan56)

    Thanks.. It works for me..

    Really appreciated your help.
    Thanks u so much..

    Thread Starter Anand

    (@vardaan56)

    I Hope it doesn’t effects on SEO ranking.. Right..???

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide tags in a post’ is closed to new replies.