Last active
November 5, 2019 07:57
-
-
Save patilvikasj/4c03065a2d8bb112ce84e663f7a909e8 to your computer and use it in GitHub Desktop.
Disable previous and next post links on single post screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php // Do not include this line in functions.php | |
| add_filter( 'astra_single_post_navigation_enabled', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment