Home › Forums › Front-end Issues › On single.php: get prev and next post links in the order of custom field › Reply To: On single.php: get prev and next post links in the order of custom field
Rather than creating a custom query to get the posts you should look at pre_get_posts https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts. I believe that if you use this hook to create a filter that the next_post_link() and previous_post_link() functions will return the correct posts.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.