Skip to content

Snippet: Reverse Next/Previous Post Links

add_filter( 'wpex_nex_prev_reverse', '__return_true' );
All PHP snippets should be added via child theme's functions.php file or via a plugin. We recommend Code Snippets (100% Free) or WPCode (sponsored)
Back To Top