Overview
This article describes how to remove the category and tag information posted below each blog post on your website.
Instructions for Karma Theme:
- Log into your WordPress Dashboard
- Access the Site Options Panel by clicking on: Appearance > Site Options
- Access the Custom CSS Code section by clicking on: General
- Insert the CSS code below, Save changes and rejoice! 🙂
.post_footer:before, .post_footer {border-top:0px !important;} .post_cats, .post_tags {display: none;}
To only remove the Tags, simply add the following code:
.post_tags {display:none !important;}
(click screenshot for a full-size view)
Instructions for Sterling Theme:
[box type=”note”]As of Sterling 2.1.5 this functionality is now built into the theme. Simply upgrade to latest version and follow instructions below.[/box]
- Log into your WordPress Dashboard
- Access the Blog Settings section of Site Options Panel by clicking on: Appearance > Site Options > Blog Settings
- Scroll down and locate the “Post Categories Information” section. Simply un-check the box, Save all changes and you’ll be all good to go. (screenshot below)