exclude cats for the debug
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
38b36126ca
commit
9ba892b1b6
|
@ -36,7 +36,7 @@ function comicpress_notice_debug() {
|
|||
|
||||
if (empty($error)) {
|
||||
$founderror = FALSE;
|
||||
$blog_query = '&show_posts=-1&posts_per_page=-1';
|
||||
$blog_query = '&show_posts=-1&posts_per_page=-1&cat="-'.exclude_comic_categories().'"';
|
||||
|
||||
$comic_categories = array();
|
||||
$founderrorpost = array();
|
||||
|
|
Loading…
Reference in New Issue