Grandint tempalte - removal of Category Display on every POST

Latest Reply from Dave at 2015-07-03 05:31:02
Grandint tempalte - removal of Category Display on every POST

using Grandaunt template how do you remove the CATEGORY name from being displayed on every POST... thanks
Hi!

To remove category's name in feed you need to remove the code:
<h1 class="page-title"><?php printf( $SMTheme->_( 'catarchive' ), single_cat_title( '', false ) ); ?></h1>
from the category.php file.

Leave a reply

Add codeAdd image