Originally Posted by
pepsi
In ClassiPress you can hide sub categories and empty categories, however as mentioned above there are no settings to hide only certain categories. This would require customization of the default theme on your part if you wanted to do this. Thanks.
Dear pepsi
A few weeks using free classipress at local host for test
Because i want to more change for my site
I managed to all change
but only one problem
When I added this code 'cat' => '-10' in tpl-blog.php
<?php $args = array( 'paged'=> $paged, 'post_type' => 'post', 'cat' => '-10'); query_posts( $args ); ?>
exclude category posts
But not work this code in index.php
query_posts( array('post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'ad_cat' => '-23','paged' => $paged) );
plz answer me this very very Important
i want to buy classipress
if possible this
sorry for too questions. thanks