Display as grid in archives as well
-
Hi,
can you add the option to display as grid in archive pages as well?
I was able to do it by changing line 2562 from
if ( is_home() || is_author() || is_category() || is_tag() || is_date() || is_tax( get_object_taxonomies( ‘post’ ) ) )
to
if ( is_archive() || is_home() || is_author() || is_category() || is_tag() || is_date() || is_tax( get_object_taxonomies( ‘post’ ) ) )
but this change will be overwritten when you update the plugin :/thanks in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display as grid in archives as well’ is closed to new replies.