Viewing 1 replies (of 1 total)
  • Hi,

    If you are talking about the date tags that are showing on your website and if you want to only hide them from viewer of the sites, you can do the following:

    Insert the following code at the end of all codes in your child-theme’s style.css:

    .entry-date {
    display: none;
    }

    It will hide these tags from the view. But if anyone views the html, they can see what’s in there.

    Hope that helps !!
    Placid

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove tags from my website posts.’ is closed to new replies.