Archived topic
change category color background
16 replies · Started by francesco on January 11, 2022
Viewing posts 16–17 of 17
i use this
add_filter( 'generate_blog_get_column_count', function( $column_width ) {
if ( is_front_page() ) {
return '33';
}
return $column_width;
} );
Looks like the original topic is already resolved?
If you need further help with the columns question then please open a new support topic.
Thanks!
This archived topic is closed to new replies.