• sabahat

    (@sabahat)


    Hello,

    I was wondering if anyone knew how to set up pagination for content inside a tabbed panel. What I have is 3 tabs dividing all the content on my home page, and for at least one of those tabs, I need to be able to add pagination.

    I have this calling the posts:

    <?php
    	query_posts( array ( 'category_name' => 'coming-soon', 'posts_per_page' => 4, 'paged' => $paged) ); ?>

    And, simple navigation links at the bottom. But what this does is to refresh the whole page, rather than just the tab. Any ideas?

  • The topic ‘ajax pagination inside tab panel’ is closed to new replies.