Hi there,
thanks for your excellent plugin.
Is there a way to control the output of the meta terms?
I think at the moment perhaps the filtering is set to order by name and ASC, however I need to override this and order by ID and DESC.
Hi Tom,
thanks for taking time to look at that for me. I might try out that plugin, though for the moment I’ve worked around by limiting to just the one term per custom post. In another area I ended up using wp_get_post_terms https://codex.wordpress.org/Function_Reference/wp_get_post_terms to orderby ‘id’ and ‘desc’. Do you think that it would be possible to change it in the plugin? I know that is generally not good practice to modify the plugin files. Just wondering though.
thanks again for your great products. Love using GeneratePress too