Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
This topic is: not resolved
-
We’d like to remove some of the categories displayed in the show all project page side menu; ie we want to keep blog categories and project categories separate. This is the code from tmp-all-projects.php for the categories menu:
<div class=”span12″><?php$_SESSION = 5;$idObj = get_category_by_slug(‘blog’);$id = $idObj->term_id;$args=array(‘hide_empty’ => 1,‘orderby’ => ‘name’,‘order’ => ‘ASC’,‘exclude’ => $id);$categories = get_categories($args); ?>Is there a modification we can make to exclude certain categories?Thanks