A couple of points you should try out:
- Remove the
'paged' => $loop->query_vars['paged']
from your$pagination
array. It’s not a parameter in the docs. - Remove the
'base' => @add_query_arg('paged','%#%')
from your$pagination
array. I believe WordPress catches the paged parameter using the default page parameter. Which is it’s default.
Here are the docs for the paginate_links()
function you are using, i suggest you review them.
Lastly can you try accessing this url http://mysite.com/?page=2
and see if it works?
Related Posts:
- Pagination 404s on custom query
- How to determine if I’m on the first page of pagination?
- WordPress /page/2 404 pagination problem – what to do?
- Non existing blog pages are not redirected to 404
- How do I sort multiples pages?
- Limit number of pages in pagination
- Custom Permalinks Break Search Pagination
- category/category_name pagination 404 error
- get_query_var(‘paged’) giving same result
- add spans and characters into paginate_links
- Pagination gives 404 in template
- Home page not obeying post per page setting on the first page only
- Next & Previous (Pagination in this case) Not Appearing
- Pagination (page/2/) displaying 404 on archive pages
- 404 not found error on pagination
- paged > max_num_pages won’t throw 404
- Why does pagination go to a blank page when navigating through home.php?
- Pagination with $_POST and $_SESSION
- Is it possible to have pagination with an offset loop?
- Pagination on home page not working
- WordPress triggers 404 on page 2 for custom search query
- Cannot go back to the first paginated page using pagination links
- Custom WP_Query always respond with 200 status even when no entry
- How to get category/tag in URL for Pagination links?
- Pagination, query more pages at once
- WP Page Navi. 404 error when using posts per page parameter [duplicate]
- Error 404 on pagination on homepage
- Can I paginate this get_attachment query?
- Blog pagination WITHOUT using max_num_pages
- Page not found yet the posts are listed?
- remove rel=next on category page (if
- How to add numbers pagination to this blog page?
- Creating a Back button on detail post page to go back to blog page with same query strings and page id
- Only show pagination when post count exceeds show post
- Pagination not working on blog grid
- Pagination diplays always 2 pages
- Changing post per page causing 404 for pagination. Need a redirect htaccess rule
- Pagination not working in custom post page
- Custom pagination generates title 404
- the paged param is allways 0
- Pagination in custom loop for custom post type throwing 404 error
- Pagination 404 Not Found child page
- Please Help me with Archive 404 Pagination
- How to fix pagination for custom loops?
- Pagination not working with custom loop
- Is it possible to paginate posts correctly that are random ordered?
- Changing pagination list class
- How to determine if theres a next page
- Paged posts – how to use numbers and next/previous links?
- Why do you need an unlikely integer in paginating?
- How to display pagination links for WP_User_Query?
- How to show a single post on the front page but have normal paging?
- Custom post type pagination 404 fix?
- How can I create a category landing page followed by pages of posts?
- How to add CSS Class to previous_post_link or get previous/next post link URL
- WordPress Paginate $wpdb->get_results
- get_query_var( ‘paged’ ) not working outside of homepage
- Pagination resolving to first page only
- What is the difference between $paged and $page?
- how to get pagination link url?
- add_rewrite_rule – working fine but broken for pagination
- How to get the number of Pages in a single Post Pagination?
- Aggregate comments, with pagination
- post pagination names, not numbers
- 404 Error On Category and Tags Pages
- How to fix pagination after rewriting url? ie. www.site.com/players/type/pro/page/3/
- Custom post type archive 404’s with paginate_links
- How can I make wp-pagenavi work on a custom query built upon a form submission? [closed]
- Display “Page 3 of 5” for a paginated post
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- Pagination throws 404 error on custom taxonomy archive pages
- Custom WP_Query order by post_meta and (author) user_meta
- Implementing a general Table of Content across single paginated post pages
- Paginate links with “ugly” and “pretty” permalinks?
- Pagination of RSS2 feed
- Strange paginate_links behavior. First page link is always whatever page I’m on, all other links are correct
- Custom WP_Comment_Query with pagination and orderby?
- Get the number of posts from the current page results
- Pagination: How do I always show ‘previous’?
- Next/Previous Links in same category
- How To create ajaxed wp-pagenavi?
- Single Page View for Paginated Posts
- How can I see all of a post’s comments on a single page as a reader, if pagination is enabled?
- Why does pagination always break when used on any form of a home page?
- Why does get_the_time(‘F j’) return November 30 for all posts?
- Using paginate_links() to generate “1, 2, 3 … 10, 20, 30, 40… 55” paginations
- Change class=”page-numbers” in pagination
- Check if on last page of paginated post using wp_link_pages
- Pagination shows 404 after a certain number of pages
- Varying the number of posts per page from the first one
- Using pagination with get_posts on page type
- List posts based on first letter of posts
- Pagination for sub-pages
- How can I display 7 posts on the home page, but 9 posts on the subsequent pages?
- Modifying WP_LIST_AUTHOR Functions to output all users in a grid (and Paginate)
- How to get post pagination like this
- How to paginate a list of tags
- Pagination Not Displaying on Custom Term Archive
- posts_per_page & pagination conflict
- How to implement pagination eg. newer – 3 – 4 – 5 – 6 – 7 – older