Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-20-2013, 06:57 AM   PM User | #1
dados
New to the CF scene

 
Join Date: Mar 2011
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
dados can only hope to improve
Fetching Posts by Category in WordPress with jQuery and pagination

I use this function http://goo.gl/Luxkx to create Fetching Posts by Category with jQuery , but the problem is that I need pagination. For example, I have in some categories more than 10 posts. The first 6 posts show up okay, but I need pagination to show the rest.

You can see how it works now on my site: http://sentisoft.com/bwb/

By the way, for pagination I use code from plugin named WP-PageNavi:

PHP Code:
<div class="navigation">
<?php
include('includes/wp-pagenavi.php');
if(
function_exists('wp_pagenavi')) { wp_pagenavi(); }
?>
</div>
dados is offline   Reply With Quote
Reply

Bookmarks

Tags
ajax, fetching post, filter post, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:16 PM.


Advertisement
Log in to turn off these ads.