Home / Archive / Reverse the Order of the Next & Previous Links
Duplicate Snippet

Embed Snippet on Your Site

Reverse the Order of the Next & Previous Links

Reverses the order of the next and previous links so that the next link will display where the previous link is and vice versa. Note: This is only for the default next and previous display and does not apply to the Next and Previous Links builder element.

Code Preview
php
<?php
add_filter( 'wpex_nex_prev_reverse', '__return_true' );

Comments

Add a Comment