Custom ordering of CPT items not matching with the ordering of its pagination
Is there a way to match the pagination ordering the same way the CPT items are ordered? The custom pagination function that you’re using (understrap_post_nav()) is using the default functions for navigating between singular posts like previous_post_link() and next_post_link() which do not support custom (posts) queries, so custom coding is needed to achieve the pagination … Read more