You need to add the following query argument: posts_per_page
global $query_string;
query_posts( $query_string . '&posts_per_page=10' );
Related Posts:
- Style custom columns in admin panels (especially to adjust column cell widths)
- Counting the number of posts (custom post type) Query problems
- Display a query with multiple post types and same relationship on a single page
- How to check if a WP_Query has data
- Why won’t my metabox data save?
- Defining capabilities for custom post type
- Templates for Custom Post Types and Custom Taxonomies
- Add metabox with media uploader in a custom post type [duplicate]
- Add links to post categories and taxonomies in wysiwyg link modal?
- Retrieving 3 latest post from each of 5 different custom post types
- How to solve suspected memory issue in custom WordPress loop?
- Wp-query causing problems with the_content();
- Remove “-2” from a Toolset Types URL with the same post name
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- Get permalink and title by post name?
- Ordering Custom Post Types with WP_Query
- Custom query variable – get wordpress to redirect to nice permalink url
- Custom Post Type and Taxonomy combination
- How to filter search results by post type?
- Can’t unregister parent theme’s CPT from my child theme
- Get Post Primary Category
- How to check the terms in single custom post type template
- Custom Post type with ACF in REST API, how do I get those values?
- How to show the archive / post type description on Single templates
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Posts from all the categories are being displayed instead of particular category
- Custom Post Types, URL rewrite on multiple CPTs
- Can’t edit custom post type
- redirecting improperly after updating custom taxonomy term when referring from CPT edit page
- How can I use get_post_meta with add_rewrite_rule to build custom permalinks?
- Visual editor issue by having multiple tiny mce editors in a CPT
- How to set a CPT to have a page as a parent, then rewrite urls accordingly?
- Post injections into Site Origins Page builder [closed]
- Change custom post type permalink to show name of post from another custom post type?
- cpt and page sharing same base permalink
- A custom post type in another post type
- Displaying and searching Custom Posts
- Importing Data from a Non-WordPress database, into WP
- It’s possible to hide body copy box for a custom post type?
- Categorise Custom Post Types
- get post types and plugin order
- page template for custom post type
- Trouble with pagination
- How to do admin CRUD & Pagination
- User-submitted reviews of different custom post types
- Listing all slugs?
- Template Hierarchy for custom post type pages
- Custom Post Type not showing in main loop
- custom post type by author – wp job manager
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- Change Custom Post Type singular_name through function/filter
- Custom Post type showing up in loop, regular posts are not showing up
- How set template for “custom post type” individual post
- How do I ensure that post_type and Taxonomy use the same slug?
- WordPress custom post type numeric pagination with ajax
- How to make an API call to a custom post type but filtering by meta value?
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Custom Form / Search with Custom Post Type Data
- Settings -> Reading -> Posts Page ->Blog — is not working in my website
- How add Filter by Tags and by categories to custom post type in Gutenberg block
- Does non-content posts have a negative impact on SEO?
- Sudden 404 pages on product category archives
- How can I display a specific category on Front-Page
- Update user_meta field from post_meta custom field
- Set a template on a custom post in the plugin
- Some posts not displaying by taxonomy term
- Update post status from “publish” to “trash” prior to year 2018
- Archive for custom taxonomy
- WooCommerce change
- Custom post types & Advanced Custom Fields code is not working
- Custom Post Type is not respecting assigned categories
- Saving Child Terms on front end not setting parent
- What is WordPress’ custom post type ‘Logs’?
- Custom post url in search.php isn’t the correct rewrited url
- Author archive custom posts only?
- date archive future posts
- Trying to get custom post type attachment images to function in indexed array
- Converting a checkbox filter for custom fields to a dropdown
- How can i call a custom method on submission of a custom plugin post type?
- Front end page submission form does not attach custom post type
- Pagination custom post types outside loop
- How do I get a nested query to only display content that the main query outputed
- Category slug not showing for Custom Post Type
- Custom post type page for authors
- Select custom post by meta value
- Custom template support for custom post type?
- Using one custom taxonomy.php for two custom taxonomies?
- If you’re calling a dynamic css inline style does that div have to be in the loop?
- If i have custom post type with 5 custom fields do i have to create a new loop to reference each one?
- posting twice from an array?
- Custom post type – permalink
- custom post-type query just returns two posts
- Custom Post Type Template Based on Page Slug?
- is this a bug or not?
- body class according to number of published custom posts
- How do I target a links only in a custom post type and only in the p tag?
- WordPress custom field sorting, weird behavior: the latest post is at the end
- Limit taxonomy terms added to a custom post type
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Issue displaying multiple TinyMCE editors with WPAlchemy