最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

wp query - Custom order of posts in wp_query and different taxonomies

programmeradmin1浏览0评论

Say I have the following:

  • Post IDs: 1,2,3,4,5,6,7,8,9,10
  • Category: A, B, C, D, E

I want to create

  • A page that will contain Taxonomy A and have the following Post IDs in the following order: 4, 6, 3, 8, 9
  • A page that will contain Taxonomy B and have the following Post IDs in the following order: 5, 1, 3, 4, 3

Anyway to go about this? I can't use order / orderby here, no?

发布评论

评论列表(0)

  1. 暂无评论