How to set default layout for all categories?

Posted in: Newspaper
Post count: 21

I want to change the default layout for all categories. Is this possible?

http://dl.dropbox.com/u/103580364/temp/000755.jpg

Post count: 3343

Hello,
Yes, on each category use the default layout and from Theme customizer -> Page template on Category page http://screencast.com/t/5SUi56xFg use the layout like you want, this will be on all categories.

Thanks

Post count: 21

An alternative solution is this:

Inside Newspaper/category.php:

$tdc_layout = get_tax_meta($cur_cat_id, ‘tdc_layout’);

Replace with:

$tdc_layout = ‘9’;

Post count: 854

heloo,
use your solution if it works for you.

Thanks for you message.
Radu A.

Post count: 12

Hi. I have the problem that the theme is not showing posts in columns for categories. In fact it only shows 1 post per page with pagination. When I change the theme it gets it but no columns of posts and only 1 post per category page.

Post count: 854

hi,
first of all please disable all plugins and try again.

send us a link to that page so we can check it out.

Thanks for you message.
Radu A.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.