The theme is Qode – Minimum
I have tried plugins with no success.
The blog page appears to have its own Pagination code, which is as follows:
<?php $post_count++; ?>
<?php endwhile; ?> </div> <?php if($qode_options[‘pagination’] != “0”) : ?> <?php pagination($wp_query->max_num_pages, $wp_query->max_num_pages, $paged); ?> <?php endif; ?> <?php else:
//If no posts are present ?> <div class=”entry”> <p><?php _e(‘No posts were found.’, ‘qode’); ?></p> </div> <?php endif; ?>
</div>