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
- Why do you need an unlikely integer in paginating?
- How to get the number of Pages in a single Post Pagination?
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- Next/Previous Links in same category
- How To create ajaxed wp-pagenavi?
- Using paginate_links() to generate “1, 2, 3 … 10, 20, 30, 40… 55” paginations
- How can I display 7 posts on the home page, but 9 posts on the subsequent pages?
- Passing custom args in paginate_links
- Pagination that includes “view all on one page”
- Custom page-links for paginated posts | wp_link_pages quicktag
- How to let crawlers search paginated comments?
- How can I get all posts data from within a paginated search result?
- In pagination, change link for page 1 to homepage
- How to output different posts per page?
- Custom pagination with WP_Query generating 404 error
- Post Pagination Showing Same Posts Every Page
- How do I insert CSS into a function?
- Pagination for multiple queries for different authors on author.php
- How to get “nexepagelink” and “previoiuspagelink” in wp_link_pages?
- Paginate Pages by only showing 3 pages at most
- Using Pagination with Timber Routes
- Authors list Pagination?
- Exclude certain post formats from pagination
- How to use pagination on costum post type
- Archive pagination not working
- How to paginate information obtained from a query to a custom table?
- Custom post type pagination 404
- How to implement a slideshow on WP similar to these examples?
- Show a 404 error page if Public query variable’s value doesn’t exist?
- “paged” in WP_Query returns 0 posts
- Notice thrown when creating numeric pagination on custom query
- Custom admin page pagination permissions error
- Pagination Adding Numbers in Strange Fashion
- pagination 404 error, same slug home and categories
- WordPress blog pagination not working
- how can I do numeric pagination?
- empty pages on pagination with meta query
- I would like to fix a problem with post pagination: i can only see the url title (prev – next) but title is truncated
- PageNavi redirects to 404 when used as archive page
- The pagination is working on Local, not on LIVE. why?
- How To Get ‘Custom SEO Titles’ For Each Paginated WordPress Page?
- 404 error next-page [2] PageNavi custom type taxonomy
- Pagination reloads first page but has proper url
- WordPress pagination not working because of subcategory
- Custom Select Query pagination not working properly
- Pagination is not working on custom query inside a custom home page template
- Pagination options using xml data instead of database?
- how to limit query_post to first page?
- How to devide post into more than one page using ?
- Infinite scroll repeats posts in custom loop in single.php
- URL rewrite breaking pagination
- Blog Page pagination not working, loads Page 1 each time [duplicate]
- send user to first page of results when reposting to page?
- Media library only show 2 items per page?
- Add Pagination in custom loop
- Custom Post Type Pagination For Genesis Child Theme [closed]
- Modifying previous_posts link to use AJAX