>
', '' ); endif; $post_grid = get_theme_mod( 'shopera_post_grid', true ); if ( ( $post_grid && !is_single() ) && !is_search() ) { $img = wp_get_attachment_image_src(get_post_thumbnail_id(), 'shopera-post-picture'); } else { $img = wp_get_attachment_image_src(get_post_thumbnail_id(), 'shopera-full-width'); } if ( empty($img[0]) ) { $img[0] = get_template_directory_uri() . '/images/default-image.jpg'; } if ( $post->post_type == 'post' ) { echo '
post-img
'; } ?>
→', 'shopera' ) ); wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', ) ); ?>