order_by & in_same_meta
-
Hello!
Thanks for the job done on this plugin.
I have a question, I’ve notice this: “Please note that in_same_meta is not compatible with custom field sorting. If order_by is set to either ‘custom’ or ‘numeric’, in_same_meta is disabled.”
However, I definitely need it. Is there a way to get this working?
My code:
<?php $nextPost = next_post_link_plus( array( 'return' => 'href', 'post_type' => ' "artup_galeristes","artup_medias","artup_editeurs","artup_autres","artup_structures" ', 'in_same_meta' => 'artup-valider-exposant', /*'order_by' => 'custom', 'meta_key' => 'artup-ordre-exposant',*/ 'loop' => true ) ); ?>
Thanks in advance
https://www.ads-software.com/plugins/ambrosite-nextprevious-post-link-plus/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘order_by & in_same_meta’ is closed to new replies.