you need to add global $paged and then in your array that is being passed to WP_Query you need to add ‘paged’ => $paged
global $paged;
$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query( array( 'meta_key' => 'wpcf-gender', 'meta_value' => '1', 'meta_compare' => '==', 'post_type' => 'profile','posts_per_page' => 2, 'paged' => $paged ) );
and so forth
Related Posts:
- How to display pagination links for WP_User_Query?
- post pagination names, not numbers
- How to fix pagination after rewriting url? ie. www.site.com/players/type/pro/page/3/
- Implementing a general Table of Content across single paginated post pages
- Custom WP_Comment_Query with pagination and orderby?
- Pagination: How do I always show ‘previous’?
- Single Page View for Paginated Posts
- Change class=”page-numbers” in pagination
- Varying the number of posts per page from the first one
- Using pagination with get_posts on page type
- Limit number of pages in pagination
- pagenavigation not showing the next page just linking back to the main page [closed]
- wp_link_page – wrap current page element
- How to create pagination on archive.php template
- Jetpack Infinite scroll conflicting with theme’s pre_get_posts custom posts_per_page
- redirect pages with no content, instead of 404 error, using max_num_posts?
- Having issues with wordpress pagination with multiple categories
- Paginate Child Pages Content on Parent Page
- Pagination is somewhat working on frontpage, doesn’t update when “prev” is clicked
- Pagination (page/2/) displaying 404 on archive pages
- Blocking author paging for blog entries?
- Get total posts found, but while using limit for pagination? get_posts
- Show post count in wordpress instead of page count in wordpress pagination
- remove paginations functions only on home
- WordPress Pagination with Get Value
- Show number of posts and number on current page (revisited)
- Rewriting get_next_posts_link() for custom loop
- Hide featured post on second page
- I cannot get pagination to work on my home page code. it keeps displaying the same posts
- Customize WordPress Core Template
- How to add a zero before numbers in WordPress Post Pagination?
- next_posts_link does not work when querying a specific category
- Tabbed content with Pagination
- Next and Previous buttons for navigation
- Offset a post in the loop, with using PageNavi Plug-in
- Last page in pagination does not match max_num_pages – the overall post count is less according to pagination
- Randomised Post Time
- WordPress paginate_links() function doesn’t generate properly links after apply filters
- rewrite url with parameter or pagination beyond certain value does not work
- Frontend sorting
- Pagination on home page not working
- Limiting number of visible links displayed with wp_link_pages
- Pagination not working in custom page, only working in post page
- Only show Previous & Next button in Pagination
- Pagination isn’t created when there is only one page of posts
- Custom pagination code is not working
- Different layout on second page
- Pagination Not Working When Modifying Loop Based on Post Category
- custom posts archive pagination links /page/2/ ends up in 404
- WP Query for all posts
- Pagination for Custom WP_Query not displaying page 2 results
- pagination error in taxonomy: Warning: Division by zero
- Pagination Links Not Showing Up on single.php posts on iOS Devices
- next_posts_link(); & previous_posts_link(); not working properly
- Paginate_links only working on first page
- Ending Pagination loop in PHP
- What is the best way to implement ajax based pagination on custom query based templates?
- Paginate the_content automatically? [duplicate]
- Custom post type pagination like “previous current/all next”
- pagination links not displaying
- Page navi for template page
- WordPress paginate_links function: How do i ensure the page number is not less than 1 and not greater than last
- Pagination on page 2+ only
- How to replace pagination with Next/Previous for multi page posts?
- How to Add Pagination to Page?
- Disable and redirect pagination of Home
- Can’t Add Pagination
- How to hide empty pagination button when no previous page
- Pagination not working on homepage, On other pages it is working
- next and previous category name and link parent only wordpress in archive page
- WP_User_Query counter not updating with pagination
- Remove Number Of Pagination [closed]
- I would like help getting my pagination to work
- Display Both next previous and number in single page [duplicate]
- How to add pagination to custom page
- Need help on wordpress pagination script
- Update Gallery Randomly in every hour with no duplicates?
- Display NEXT and PREVIOUS pagination? [duplicate]
- Custom page pagination based on Kriesi pagination
- Test for if you’re on 1st page of paginated post (with nextpage quicktag)
- Pagination issue [duplicate]
- How can I get my pagination to recognize that it is on the first page?
- Pagination link problem when reaching the second page
- Add next and previous post links on pages like category, tags or archive pages
- Get next and previous page of paginated post
- Pagination 404 Not Found child page
- Stop loading more posts if none left AJAX
- Pagination for user list
- WordPress: Getting “Newer Posts” and “Older Posts” links on a Specialized Page Template
- Intercepting $_GET variable from custom pagination
- Default pagination in Home/Front page
- How can I remove page slug for all pagings?
- Making a Killer wp_link_pages
- pagination leads to 404 page
- Please Help me with Archive 404 Pagination
- Show pagination in WP_Query
- How to add wordpress pagination [closed]
- How to automatically load more data when users reaches at the bottom of the page of the wordpress site?
- Stop pagination when static homepage is set
- Is ‘pm’ used by core?