Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kapil Chugh

    (@kapilchugh)

    I’m also not sure how this can be achived. Give me some time to think over it and get back to you.

    Thread Starter M

    (@metacomcreative)

    I was trying to do this awhile back, and had to put it on the back burner. I got some help over at the WordPress Stack Exchange.

    What it really comes down to is the fact that query_posts() does an INNER JOIN between the wp_posts and wp_postmeta table. So, you either need to filter get_meta_sql or run two loops. Hope this helps!

    Plugin Author Kapil Chugh

    (@kapilchugh)

    If I run two loops that will create problem in paging.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: My Post Order] Order some posts in category, but still show all’ is closed to new replies.