Forums
Forums / Plugin: Tag Groups is the Advanced Way to Display Your Taxonomy Terms / orderby meta field
(@borisj)
10 years, 4 months ago
Hi Chris and others,
I created a meta field “date-order” with AY Term Meta (https://ww.wp.xz.cn/plugins/ay-term-meta/)
Now I need a way to order the tags by this meta field instead of “orderby” name or count.
Is this possible with your plugin?
https://ww.wp.xz.cn/plugins/tag-groups/
(@camthor)
Not out of the box. I don’t know AY Term Meta but I assume they save the meta info in extra database tables.
The meta is stored in the wp_termmeta as meta_key and meta_value.
It seems I somehow have to use the get_terms_orderby() function/filter in your plugin to do the job.
Yeah, it could possibly be done with a small customization.
The topic ‘orderby meta field’ is closed to new replies.