latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Louis-Philippe Dea

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Pagination not working

By:  Louis-Philippe Dea in: Community Forum

voices: 3
replies: 3

4 years, 2 months ago  Cristián Lávaque

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Pagination not working

By:  Louis-Philippe Dea in: Community Forum

voices: 3
replies: 3

4 years, 2 months ago  Cristián Lávaque

Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Friday Oct 26th, 2012 at 3:43 pm #29864

Hi Raam,

No when I desactivate the plugin, it’s all working great.

My Home page is a template that I’ve made in which I use a loop like this :

<?php 
if ( get_query_var('paged') ) { $paged = get_query_var('paged'); }
elseif ( get_query_var('page') ) { $paged = get_query_var('page'); }
else { $paged = 1; }
query_posts('posts_per_page=5&paged=' . $paged);
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php endwhile; endif; ?>
			
<?php if(function_exists('wp_paginate')) { wp_paginate(); } ?>

I also tried with just the basic pagination tags (previous and next) and have the same problem…

Viewing 1 replies (of 1 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.