Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Pagination Help
    Thread Starter mayers1088

    (@mayers1088)

    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>

    Thread Starter mayers1088

    (@mayers1088)

    I havent tried that but I haven’t updated the theme in quite some time

Viewing 2 replies - 1 through 2 (of 2 total)