We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(such as created by Advanced Custom Fields)
The text was updated successfully, but these errors were encountered:
Actually, upon further research, this already supported with standard WP query variables:
[ic_add_posts showposts='10' category='sports' orderby='meta_value_num' meta_key='sort_custom_field_name_here' order='ASC']
using the special orderby key of "meta_value" or "meta_value_num"
https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters
Sorry, something went wrong.
Howdy @cyrrill,
Thanks so much for reporting back!
We're working on a few updates to the plugin and the docs and will make sure to test and include this so others can benefit too.
Cheers!
sewmyheadon
No branches or pull requests
(such as created by Advanced Custom Fields)
The text was updated successfully, but these errors were encountered: