I’ve set up the portfolio grid so that it is in alphabetical order.
However, the next/previous buttons for the individual portfolio pages seem to be operating by published time order.
Is it possible to have the next/previous buttons operate in alphabetical order, and if so, how can this be done?
Thank you!
Hey designyvr,
Thank you for using Enfold.
This is not possible, unfortunately. The post navigation is based on the get_adjcent_post function, which retrieves posts according to their chronological order.
// https://codex.wordpress.org/Function_Reference/get_adjacent_post
Best regards,
Ismael
Thanks for the update on this Ismael.