Home Forums WoodMart support forum How to hide ‘tags’ and ‘comments’ on single post option?

How to hide ‘tags’ and ‘comments’ on single post option?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #717325

    liverangan
    Participant

    I want to hide them Tags and Comments options from my single post option. How to do it?

    #717363

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Could you please share some useful screenshots for a better understanding of where you want to hide?

    Also, share the page URL in the private content area so I will check and let you know the solution.

    Best Regards

    #717408

    liverangan
    Participant

    Tags and Comments options are appearing at the bottom of my my single post. I want to hide them.

    Attachments:
    You must be logged in to view attached files.
    #717414

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please go to edit the post >> from the right sidebar >> set the discussion option to Closed: https://ibb.co/TD4hR0GZ

    Please check this manual:
    https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/

    02. To hide tags, Try to add the following Custom CSS code in Theme Settings > Custom CSS:

    .single-post .wd-tags-list.wd-style-1 {
        display: none !important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)