Hello,
I tried to inverse the NEXT /PREVIOUS portfolio buttons here >> https://timhollins-sculpture.com/work/ with this code you posted in 2015 but it did not change anything : here >> enfold/functions-enfold.php
{
$entries[‘next’] = get_previous_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
$entries[‘prev’] = get_next_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
}
else
{
$entries[‘next’] = get_previous_post($settings[‘same_category’]);
$entries[‘prev’] = get_next_post($settings[‘same_category’]);
}
In fact the next button should always be on the right side.
Can you help please ?
Thank you in advance.
Best,
AB
Hey anma,
Thank you for using Enfold.
Please revert the file back to default then use the following filter instead.
// https://kriesi.at/support/topic/post-nav-order-is-backward/#post-454966
Best regards,
Ismael
Hi Ismael,
Perfect this worked !!
Super support, as ever,
AB