Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #196724

    Hi there,

    In portfolio the next portfolio item appears on the LEFT, would it be possible to have the next portfolio item on the RIGHT?

    Thanks

    #196860

    Hi silviouk!

    Please open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($same_category);
            $entries['next'] = get_next_post($same_category);

    and change it to

    $entries['next'] = get_previous_post($same_category);
            $entries['prev'] = get_next_post($same_category);

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘PORTFOLIO LEFT RIGHT CHANGE’ is closed to new replies.