Skip to content

Instantly share code, notes, and snippets.

@patilvikasj
Last active November 5, 2019 07:57
Show Gist options
  • Select an option

  • Save patilvikasj/4c03065a2d8bb112ce84e663f7a909e8 to your computer and use it in GitHub Desktop.

Select an option

Save patilvikasj/4c03065a2d8bb112ce84e663f7a909e8 to your computer and use it in GitHub Desktop.
Disable previous and next post links on single post screen
<?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