Custom category page

Posted in: Newspaper
Post count: 7

Hello,
I would like to customize a category page so that it shows all the posts in that category (and its sub-categories) with the exception of one sub-category.

E.g.: category A has B C D subcategories. I just want to show B C but not D in the post list.

I’d like to edit the query to add the “-XX” where XX is the sub-category ID I want to hide, but I can’t find the category.php file nor any place where I can edit the query.

Any hint on where is the category page and how to intercept the query?

Thanks.

Post count: 22421

Hi,
The category.php file is in the root directory of the theme: http://screencast.com/t/H9xO8obkt The top posts and category templates are found in newspaper/includes/: http://screencast.com/t/Du0wo8G2th6
The loop itself is created in loop.php also in the main directory.
Hope this helps.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.