Removing “Posted In” under article post removes tags as well
Hello ,
I have struggeling to remove “Posted In” under article and found article in forum which does that with Custom CSS . https://siteorigin.com/thread/how-to-get-rid-of-the-grey-box/?search_query=
So far so good ,but seems like it removes also the tag under which article is tagged .
Is it possible to remove only “Posted In” but keep the tags ?
URL: http://vbuffer.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Nob0
There is unfortunately no easy way using CSS to hide only the entry categories and not the posts. This is the Custom CSS you’re referring to:
/* Hide Entry Categories */ article.post .entry-categories, article.page .entry-categories { display: none; }Alternatively, download this child theme: https://siteorigin.com/wp-content/uploads/2014/11/vantage-child-posted-in-function.zip, un-zip it, open functions.php and carefully remove the following from line 50:
Then re-zip the child theme and install from Appearance > Themes > Add New. If the child theme works you’ll need to redo Appearance > Customize, Widgets and Menus settings. An unfortunate consequence of activating a child theme.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.