How to modify only category page instead of other subcategories?
-
I’m trying to make category page to show 7 columns , but it modifies subcategories too.
Is there any way to modify only the main category page without applying it to subcategories?my code :
add_filter('loop_shop_columns', 'loop_columns', 999); if (!function_exists('loop_columns')) { function loop_columns() { return 7; // 3 products per row } } }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to modify only category page instead of other subcategories?’ is closed to new replies.