mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 22:13:20 +09:00
fix class for subsequent pages
This commit is contained in:
@@ -102,7 +102,7 @@ class Display_Featured_Image_Genesis_Output {
|
||||
$medium = absint( get_option( 'medium_size_w' ) );
|
||||
$width = absint( $item->backstretch[1] );
|
||||
|
||||
if ( empty( $item->backstretch ) || $width <= $medium ) {
|
||||
if ( empty( $item->backstretch ) || $width <= $medium || is_paged() ) {
|
||||
return $classes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user