How do you hide category listings? I am using the Centreal theme which has a portfolio section where you can custom tag portfolio pieces, these tags are showing up under the menu within the portfolio section, can this be hidden?
I assume it’s this bit of code that needs changing:
<?php if( $hidecategorylist != 1 || (isset($homepage) && intval($home_page_showcats)==1)) { ?>
<div class=”categorylist”>
<?php
// GET CATEGORIES
$tp = $categoryname;
//$cats = get_terms( $tp );
Any thoughts?
The topic ‘Hide Category List’ is closed to new replies.