Filter to remove post ordering on some custom queries
-
Hi,
First of all, very nice plugin. Thank you for giving it for free :).
Now I am the author of this theme: https://github.com/swashata/ipt-knowledgebase-theme-wp
I encourage the theme users to use your plugin to sort and order Knowledge Base articles according to their need. However, on the homepage, there is a section, where I need to show posts ordered by a specific meta key. If your plugin is active then it overrides the order by query of the custom query I am using. To solve this, I removed a the filter from post_orderby prior the query and to further add compatibility I added the filter again, when I am done with the query. Please have a look: https://github.com/swashata/ipt-knowledgebase-theme-wp/commit/b4661b1d5781514a613967a0238b97a52985bc32
Do let me know if I am doing it right.
- The topic ‘Filter to remove post ordering on some custom queries’ is closed to new replies.