-
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
-
Please use the search before making a post. Your question maybe be already answered!
-
Do you need customization work? Are you having trouble installing Wordpress? Feeling lazy and want somebody else to do the hard work for you?
Join our discord!
Need hosting?
Follow us!