archive.php
is not used for subsequent pages of non-search, non-taxonomy, … based subsets of content.
I think you might be looking for paged.php
(but that’ll also be used for the first page).
Alternatively add logic to index.php
to call a different template where page number is greater than one.
Correction on reviewing http://codex.wordpress.org/Template_Hierarchy#Visual_Overview pages.php
is not the answer. Paged (ie. not single) posts use home.php
otherwise index.php
only.
So you’ll need to put in your own logic (presumably to home.php
) to use index.php
or some custom template for posts.
(This answer shows the WP logic to decide which template to use.)
Related Posts:
- How to create pagination on archive.php template
- Adding pagination to a custom archive template
- Skip first post on Category Archive
- Custom query in archive.php with pagination nightmare
- Display post links under month in paginated archive
- How to get “last year from [spec year] that has posts”?
- Template hierarchy about pagination after front-page.php
- How to disable pagination (next/previous links) on post type archive?
- Add additional first page, last page links to the_posts_pagination()
- Archive pagination not working
- /tag/tag_name/page/2 gives a 404 error
- Paginated Archives or Loop by Month
- Pagination Not Working on `WP_Query` Archive Page
- Pagination issue in archive.php
- Different layout on second page
- WP Query for all posts
- Remove “Page” from Category archive
- next and previous category name and link parent only wordpress in archive page
- One post on frontpage and an archive page
- WordPress /page/2 404 pagination problem – what to do?
- how to get pagination link url?
- add_rewrite_rule – working fine but broken for pagination
- Check if on last page of paginated post using wp_link_pages
- How to paginate a list of tags
- How do I sort multiples pages?
- WordPress pagination on custom script
- Broken pagination
- pagenavigation not showing the next page just linking back to the main page [closed]
- Paginate get related post by author function
- How to use pre_get_posts?
- Keep Pagination in Tabs
- Need help understanding pagination parameters
- redirect pages with no content, instead of 404 error, using max_num_posts?
- Pagination (page/2/) displaying 404 on archive pages
- How to use “offset” to paginate get_users?
- Limited number of paging to 10 “pages: 1 … 10”
- remove_query_arg() on rewrite rule
- Hide featured post on second page
- I cannot get pagination to work on my home page code. it keeps displaying the same posts
- Fetching more posts in WordPress via AJAX
- AJAX pagination offset returns same post on adjacent pages
- 404 on pagination but with a strange twist (error 404 only when there is single post on the second page)
- How can I paginate a list of related posts?
- tag.php pagination and query_posts()
- Add icons in paginate_links()
- How can I use var php with javascript to build custom page? [closed]
- WordPress single page template, custom post type, pagination orderby title – alphabetical order
- Single Page Views and Pagination View Depending on URL Query
- Category lists page foreach Paging
- Issue on single.php pagination WordPress
- Using Ajax in the prev_posts_link and next_posts_link
- Adding range to wp_link_pages()
- How to set up pagination [closed]
- WordPress triggers 404 on page 2 for custom search query
- Search page pagination does not work
- Pagination 404s on custom query
- Customise wp_List_pages to output a UL LI
- Custom wp_link_pages for paginated posts | Next page randomly
- Pagination in home page for a custom loop loads same content
- Pagination not working with custom post type
- Displaying the author of next and previous posts in pagination?
- How to ignore pagebreaks for RSS feed?
- Pagination For Table Rows on a page?
- Universal CPT archive template and half working pagination
- Custom admin page pagination permissions error
- Problem with older entries in homepage
- remove $_GET-parameter from WP_List_Table::tablenav
- WP Page Navi. 404 error when using posts per page parameter [duplicate]
- Pagination for previous page/next page (with more than one post/page)
- Pagination for custom post types
- Pagination in author, category, archive and tags pages does not work
- WordPress pagination with wp_query_columns
- How can I paginate results from get_children
- Setting up Pagination with twentytwelve_content_nav
- Why can i add /page/674874 (or any number) to a URL and it still pulls up that page?
- Pagination not working on archive.php template?
- How to add numbers pagination to this blog page?
- Why next_posts(); function does not work inside header.php?
- Override the WordPress default pagination markup
- Pagination with Metaboxes or Custom Fields
- 2 Columns with Independent Pagination
- Prevent WordPress to remove query vars from url
- Google Indexed sub pages in wordpress pagination in post
- Paginate Links function: Page 1 doesn’t work
- How to display most viewed posts without any plugins
- Search engine not working
- Pagination options using xml data instead of database?
- How to add archives (with pagination) to page template?
- Infinite scroll repeats posts in custom loop in single.php
- pagination for blog landing page
- Pagination is not working correctly there is this wierd looping
- How to get pagination working with “Pending” Posts
- margins in between pagination links [closed]
- Page navigation not working correctly on index but only on categories
- How to split long posts in multiple pages in twentysixteen
- Duplicating pagination on second page
- How to change `page` slug in pagination? on a specific pagination result (not globally)
- Two pagination in one page without being synchronous
- How to build custom pagination with center pages
- Change “/” (slash) before page number in pagination path to “-” (hyphen)