• Hello folks,

    First issue:
    I’ve installed a plugin to disable the Comments for posts, because I don’t want users to register to the site but the problem is I still have a “Comments 0 comments” leftover part which is pretty redundant.

    Pic 01
    Pic 02

    Second issue:
    My posts display under the featured image the post date, category, tags and edit button. How do I make them not show the tags, or hide the tags (without actually clearing out the tags from the post).

    Thank you, in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author marsian

    (@marsian)

    you can use CSS through the dashboard “Appearance” > “Customize” > “Layout Options” > “Additional Style”

    use the following CSS

    footer.entry-meta > div.comments-link,
    header.entry-header > div.entry-meta {
    	display: none;
    }
    Thread Starter Howlerin

    (@howlerin)

    Thank you for replying, I tried your solution but the result is the same.

    You can check it here

    mrflo86

    (@mrflo86)

    use this code in “Appearance” > “Customize” > “Layout Options” > “Additional Style” to hide tags.

    .tags-links {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove "0 comments" & tags in posts’ is closed to new replies.