简体   繁体   中英

Wordpress: Don't show the first inserted post

So, I have some subcategories, and in each category I insert some posts, when I show the posts for each subcategory I don't want to show the FIRST inserted post in that subcategory, only the posts that are not the FIRST ONE.How can I do this with query_posts..or how?

Best Regards

//SOLVED I will use a custom field

请参见函数参考中的偏移量参数

query_posts('posts_per_page=5&offset=1');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM