Remove the post navigation

The code snippets below should be pasted into your child theme's functions.php file.

Here is how you can remove the post next and previous navigation.

// Remove the post navigation.
beans_remove_action( 'beans_post_navigation' );