If you don’t want to use pagination on your site, don’t use paginate links function. The right way to achieve this is to use next_posts_link() and previous_posts_link() functions. These output just the link to next/prev posts like you wished.
Check these:
http://codex.wordpress.org/Function_Reference/next_posts_link
http://codex.wordpress.org/Function_Reference/previous_posts_link
next_posts_link( 'Older posts' );
previous_posts_link( 'Newer posts' );
Related Posts:
- Display “Page 3 of 5” for a paginated post
- Single Page View for Paginated Posts
- Change class=”page-numbers” in pagination
- How to get post pagination like this
- How to paginate a list of tags
- Pagination Not Displaying on Custom Term Archive
- Non existing blog pages are not redirected to 404
- How do I sort multiples pages?
- 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
- Need help understanding pagination parameters
- 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
- Custom query in archive.php with pagination nightmare
- Display post links under month in paginated archive
- 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
- How to use “offset” to paginate get_users?
- 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
- 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
- Fetching more posts in WordPress via AJAX
- AJAX pagination offset returns same post on adjacent pages
- Next and Previous buttons for navigation
- Offset a post in the loop, with using PageNavi Plug-in
- Add additional first page, last page links to the_posts_pagination()
- Last page in pagination does not match max_num_pages – the overall post count is less according to pagination
- WordPress paginate_links() function doesn’t generate properly links after apply filters
- Not refreshing content pagination on search result
- stop pretty pagination rewrite site.com/cat/2 => site.com/cat?page=2
- How checked checkboxes remember on all pages in wp_list_table pagination?
- Frontend sorting
- Limiting number of visible links displayed with wp_link_pages
- Pagination not working in custom page, only working in post page
- Custom wp_link_pages for paginated posts | Next page randomly
- Custom pagination code is not working
- Pagination doesnt show numbers
- where is wordpress search pagination
- How do I override all theme pagination throughout a site?
- Translating a pager string
- remove $_GET-parameter from WP_List_Table::tablenav
- Pagination, query more pages at once
- Paginate_links only working on first page
- Pagination for previous page/next page (with more than one post/page)
- What is the best way to implement ajax based pagination on custom query based templates?
- Pagination for custom post types
- Custom post type pagination like “previous current/all next”
- what code to add to search.php
- How can I paginate results from get_children
- remove rel=next on category page (if
- Why can i add /page/674874 (or any number) to a URL and it still pulls up that page?
- GoBlog Free Pagination Issue
- How to add numbers pagination to this blog page?
- Sidebar pagination posts not shown when sidebar is in single.php
- how to Adding pagination on template page wordpress
- Custom pagination search in post type with meta key
- 2 Columns with Independent Pagination
- Prevent WordPress to remove query vars from url
- How to add pagination to custom page
- Pagination: Last Page Missing
- posts_per_page stop working after wordpress update from 4.2.1 to 4.6.1
- Why Am I getting an error when I add the number parameter to my WP_User_Query?
- the_posts_navigation is not working
- Display NEXT and PREVIOUS pagination? [duplicate]
- How to display most viewed posts without any plugins
- Disable pagination on frontpage
- Pagination not working in custom post page
- How can I get my pagination to recognize that it is on the first page?
- pagination broken because wordpress is adding index.html
- the paged param is allways 0
- Get next and previous page of paginated post
- Pagination 404 Not Found child page
- How to group posts by months and add pagination?
- Reverse ordered pagination on home page
- Pagination for user list
- WordPress: Getting “Newer Posts” and “Older Posts” links on a Specialized Page Template
- Get Previous/Next Post ID for Posts in Same Category
- pagination for blog landing page
- Need help getting this page nav working correctly [closed]
- Pagination is not working correctly there is this wierd looping
- another post a page problem
- How can I remove page slug for all pagings?
- Add pagination to the posts retrieved by below query [duplicate]
- pagination: Only one result is shown even if there are more than one?
- Please Help me with Archive 404 Pagination
- Pagination Not Working Properly
- margins in between pagination links [closed]
- How to add wordpress pagination [closed]
- Separate page for pagination possible?