• Resolved Taylor

    (@thesantecompany)


    After using the WP Old Post Date Remover to solve the issue of the date of the post showing, I cannot find a plugin to remove the Category (ex: home category). When you click on the category it brings you to the archives of all the posts in that category. Since our site isn’t being used to blog, I am trying to remove the category text/link so users cannot access the archives.

    Here is a link to a page: http://www.thesantecompany.com/index.php/2015/07/17/sante-brand-products/

    The text I am referring to is “home category” in red right above the first paragraph.

    Thank you in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    .post div.entry-meta .categories-links {
    	display: none;
    }
    Thread Starter Taylor

    (@thesantecompany)

    Thank you! Worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How To Remove Category from Page’ is closed to new replies.