Wordpress calls the method of specifying a category document

Source: Internet
Author: User
Call an article under a specified category: query_posts ('Category _ name category name'); call an article from a category ID: query_posts ('catid '); you can call multiple parameters. Rderbyrand is randomly ordered. showposts is the number of invoked articles and can be changed as needed. This is critical because query_po

Call the document under the specified category: query_posts ('Category _ name = category name ');
Call an article from a Category ID: query_posts ('cat = ID ');
You can call multiple parameters.
Rderby = random sorting of rand. showposts is the number of articles called and can be changed as needed.

This is critical because the query_posts rule takes effect not only for its next LOOP, but may invalidate other LOOP calls throughout the site. wp_reset_query can be used to clear wp_query rules.

 
 
  • "Title =" ">

If you want to display only one article on the blog homepage, but want to display links to the last five articles in Category ID 1, use the following code:

 
 
  • ">

Note: When offset is used, the preceding query applies only to the categories containing more than one article; otherwise, the query cannot be output.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.