solved my problem by removing
<?php query_posts('posts_per_page=3') ?>
and tried limiting posts from Settings->Reading. Thanks
Related Posts:
- Previous_post and Next_post – Custom Post Type
- How to add a class and title attribute to the link generated by next/previous post
- Retrieving next_post_link() and previous_post_link() in functions.php
- paginate_links() don’t properly work in search.php?
- How to paginate the get_users function?
- Pagination adding page-numbers dots when using ‘mid_size’ => 0
- Paged Single Post doesn’t redirect to the main url after Removing Pagination
- How to style current page number (wp_link_pages)?
- Customize “the_posts_pagination” and put list instead div
- How to make my pagination loop continuously?
- Find first image on paginated post for Pinterest
- Post Pagination Showing Same Posts Every Page
- Generating rel=prev and rel=next only on wordpress categories
- Shortcode pagination not advancing
- next_post_link for CPT only working for a few posts? weird!
- Why do next pages load the same content rather then older articles?
- Next and Previous Posts of Same Parent
- get_next_posts_link not working without parameter max_num_pages
- Pagination in relation to archive.php
- paginate_links() don’t properly work in search.php?
- the_posts_pagination() function returns missing page numbering on some blog pages
- Displaying the author of next and previous posts in pagination?
- How to exclude or filter password protected posts when using next_post_link() previous_post_link
- Custom Query Not Paginating
- query_posts pagination will always show identical content
- Where to call my pagination function?
- WordPress post pagination continuous [duplicate]
- Remove ‘page-numbers’ class from prev and next tags
- Modifying the_posts_pagination from within functions.php instead of template files
- Unable to Change “Pages:” Before WP_LINK_PAGES
- WP_Query and pagination AGAIN?
- pagination links not displaying
- How do I make a custom “Read More Blogs” button for my blog page
- I want to customize the_posts_navigation function by replacing prev and next with images
- Shortcode with pagination advancing multiple queries
- Pagination won’t work on custom page
- Pagination not working on my archive page for a custom post type
- Display page number on custom page title function
- Pagination in Search result
- Need help with get_posts pagination
- previous_posts_link returns null when querying custom post type
- Adding pagination to custom WordPress function
- Modifying Page-Links format
- pagination/prev and next page links not showing
- WordPress is adding pagination for all pages not only for blog page, How to remove pagination for all pages except blog/posts page?
- Insert image between X number of posts but on specific paginated pages?
- register_post_type for Pages?
- Call to undefined add_action() in theme’s functions.php
- How can I rename the WordPress AJAX URL? [duplicate]
- What is the most efficient method for loading widgets in functions.php
- Enqueue script o style only if a template part is loaded
- Can I pass two roles to the function get_users?
- Add external js file to footer with id
- password protected post policy
- Logout hyperlink within a sub-menu
- Change the HTML of the comment form that is generating somewhere from the core WordPress
- How to customly read JWPlayer’s “Playlist” items by using its “playlistid”?
- How to get the index number of the posts?
- Removing wp_login_viewport_meta
- Call WordPress function outside of WordPress
- Move Custom Fields on General Settings Page to New Location
- Remove adjacent_posts_rel_link under 3.2?
- enqueue_script with filemtime javascript not working
- WP function won’t work on 404 template page
- How to obtain the recent posts without their content in an efficient way?
- Limit dimensions of “Full” size images
- Where to put random functions?
- Define PHP variable from a seperate API if statement
- Auto-Tweet if Type is ‘Status’ using OAuth
- Output a specific link in WordPress post if the single post’s category’s name contain certain word
- Passing user enetered value in widget: number of words, for example
- Adding a section in line at the end of the main navigation menu in php
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- Suggest Users basing on User taxonomy
- update_post_meta is Updating with two page id
- Custom Image Size in Insert Media
- Custom Menu in Admin doesn’t change menu in browser
- sort metabox columns in listing Single
- wp_nav_menu displaying all pages
- Why should I use get_template_directory() when include files?
- How to display an image before title text in menu items
- Error in “class-wp-hook.php”
- How to replace ACTION url from original wordpress login form?
- Redirect User Role When on Specific Page
- Ajax in plugin fails – but only on one blog – no idea why
- Problem with email function
- Display list of pages that contain a certain string within the slug
- I need to completely ‘wp_dequeue_script’; what’s the best way?
- $content is empty while using DOMDocument
- Change the second role depending on the first
- Dynamically generated Navigation Diagram using Custom Fields
- Function to get the name in database table from the comma separated string
- Full size image option removing problem
- Ajax call does not work for this custom code
- Force resize for all video content
- Way of getting queried loop before the query with a filter hook?
- Add the title of a widget as an ID – for anchor links
- Need to use an external variable inside a function
- Correct php syntax to add an image in wp functions.php
- Get all users from role and add to dropdown (select) – wordpress, javascript