First page content being displayed only
-
The buttons of WP Paginate are being displayed sucessfully, but only content from first page is being displayed.
Mybe there is a problem with my query?
<?php query_posts('cat=5'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; else: ?> <?php _e('Sorry, no posts matched your criteria.'); ?> <?php endif; ?> <?php if(function_exists('wp_paginate')) { wp_paginate(); } else { twentyfourteen_paging_nav(); } ?>
Thank you for possible solution ?? I would highly appreciate it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘First page content being displayed only’ is closed to new replies.