You should use posts_per_page=4
instead of showposts=4
.
Reference: WP_Query
Pagination Parameters
Related Posts:
- Use wp_get_recent_posts with search term
- How to add thumbnails from recent posts to owl-carousel in wordpress automatically?
- Query multiple custom post types in single loop
- Build a content and excerpt grid loop with paging and options for # of posts
- Using Cookie Data For WP_Query Loop
- wp_delete_post deletes all posts instead of just expired ones
- Alter secondary loop to exclude posts from current page category
- Trim first 2 words of the exceprt
- Display Post co-authored in Author Page
- Sorting Posts | Alphabetical Order
- Looking for most performant way to execute several similar WP queries within shortcodes
- Get the last month with posts using a recursive function…
- How to query for pages/post depending on slug?
- WordPress custom slug (endpoint) and compare all links
- Recent posts with featured image or fallback image with permalink
- wp_query with cat not working
- How to use an associative array in post__in with WP_Query?
- Compare post-IDs within WP_Query? (Less than / Greater than)
- How to use $query->set with post__in?
- Why do WP_Query results change after updating unrelated Advanced Custom Fields (ACF)?
- Display a specific category of products in shop page and disable code for specific actions
- get_posts() and WP_query limits ‘AND’ conditions to a maximum of 6 for meta value queries in WordPress
- Custom query, checking values of multiple meta keys
- Fatal error: Call to a member function query() on a non-object
- Is it possible to retrieve all posts with a certain value for metadata?
- How to get all author posts outside of author templates
- How to check if the current page is at a specified path in the URL?
- How to get post ID in a Page?
- How to avoid duplicates when creating recent network posts
- Trouble inputting variable into WP query
- How to override url params with rewrite rules vars?
- WP_Query | IF within $args array | Help me only add specific arguments if the argument is not blank
- How to display SQL query that ran in WC_Order_Query?
- Array to string conversion on array_map
- Store metakey value as an array
- Target post_date_gmt if it’s empty or not set
- Get all posts as an array ID => Name
- Post not populating for custom post type based on category selection
- Passing an array into WP_Query as a variable
- Custom query vars filters problem with pagination
- WordPress meta_query >= &
- Display css ONLY on most recent post of specific category?
- Do not duplicate posts with multiple categories in multiple loops
- Infinite Loop – WP_Query
- Dividing the loop to style post differently
- Displaying Event within two given time frames
- Remove Post if Advanced Custom Field is checked to fix paging
- WordPress SQL JOIN query
- WP_Query and help with the loop for magazine front page
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- WP_Query: How to get results from both meta_key options?
- How to WP_Query posts order by parent title?
- search.php to search only the post title
- Output product category link from WP_Query
- WP_Query – How to query all of post types categories
- How to work Woocommerce pagination inside shortcode?
- Passing in MySQL prepare statement parameter separately throwing error
- wp_Query with mutuplea values returns all posts
- Load more posts using AJAX based on posts inside WP_Query
- Custom search query on WordPress page not working
- How to select post ID for given parent name with nested prepared queries?
- posts_per_page displays only 2 posts instead of 4 posts
- Use WPQuery to match to specific repeater row in post
- WP_QUERY post_in problem
- how to get data from two different table from wordpress database
- Assign meta_query value to php variable
- WordPress recent post
- Need to show 7 posts from actual date
- Add code to the header of posts by particular author
- Paged WP_Query is quitting on page 3
- Get Child of Child Pages in custom Menu
- Posts Per Page with a button to add more Posts
- WordPress search query, how to modify the sql
- Modify post image in full size
- Meta query not showing result properly
- Help on Wp_query to print an term
- Making list of posts with chosen description
- Ordering / grouping posts by datepicker ACF
- Include search tags and users in my search results system
- Add custom taxonomy to custom search for posts
- making a search.php query
- My query keeps looping infinitely ! how to stop it?
- Efficient way of querying for a “fallback” post?
- Only Get A Certain Number of Posts From WP_Query
- Create a hierarchical loop at predefined markup requirements
- Querying posts based off a jquery datepicker
- Use custom get results query to show posts WordPress
- Query seems to be duplicated
- WP Query conflict on tag.php and category.php template
- Keeping the previous get value and add another value when submitted
- Pagination in category.php not functioning
- WP query with variables gives no result for specific user
- Display all categories (with link) of custom post type – WordPress
- Changing regular db connection to $wpdb
- Variable ++ in query loop
- XML WP_Query problem in PHP 8.0 and 8.1
- a problem in class in class-wp-hook.php
- Count custom posts type and filter by tag
- AJAX WP_Query’s order and orderby parameters not working
- How do I display WooCommerce products in my query to rows of 3?