Hi,
https://www.my_site.com/page/2 shows same posts as https://www.my_site.com/. Below is my code (removed HTML elements):
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
the_title();
the_excerpt();
endwhile;
endif;
if (function_exists('tw_pagination')) tw_pagination();
?>
]]>
Hello. Thanks for the plugin =) One thing will be good – set pagination by shortcode ….
]]>hi, i’m using the plugin with current php versions and sometimes it give an error with the constructor, i know how to fix this, how can i commit the code? thanks
]]>Hi all,
I am using this plugin and I love it… The downpart is that if you go to the second page of your comments, the ordered list that I have made starts once again with 1 instead of continuing with the value 21. How can I make this work?
PS: why does it show the post at the top of the second page of the comments?
]]>I am trying to use this on my blog feed landing page
<?php if(function_exists('tw_pagination')) tw_pagination(); ?>
It works for my Category and Archives pagination, but not the general blog feed itself.
I’m not sure how to troubleshoot this. Any ideas?
]]>I’m using a 3rd Party Theme “eStore” on a site where I’m trying to implement TW Pagination.
I have replaced all the other code blocks with the TW function as per your Installation page.
However, when I load my page it still saying “Next or Next and Previous”
When I view source my code I show that it’s creating the <div class=”navigation”> that I defined in the plugin but nothing on the pages is showing any difference in pagination prior to activating the plugin.
Did I miss something?
]]>I installed the plugin but cannot figure out how to implement the code.
What exactly is the “code block” and why isn’t the actual line of code described in your installation guide? Couldn’t you specify which exact parts of the code to remove/edit instead of just saying the code block of a fraction of that code?
On WordPress 3.4.2, I do not see a loop.php, so this is obviously a different file to edit. Can you specify what the file and code is that I need to edit for the twentyeleven theme on WP 3.4.2?
]]>