Total Docs
Docs
Icons
Snippets
Changelog
Extensions
Newsletter
Videos
Get Theme
Menu
Search
Snippets: Reverse Next/Previous Post Links
This snippet was last updated on
March 30, 2017
add_filter( 'wpex_nex_prev_reverse', '__return_true' );
All PHP snippets should be added via a
child theme's functions.php
file.