How to set to navigate only through a specific category
-
Hello, me using BAM theme for wordpress
On single post page, on the navigation arrows just below the post, how to set to navigate only through a specific category (category current single post)?
Can you please tell me in what file is that code, I have trouble to find it. Maybe, theme have filter?
For example:
function your_prefix_single_post_navigation_same_category( $args ) { $args[ 'in_same_term' ] = true; return $args; } add_filter( 'bam_single_post_navigation', 'your_prefix_single_post_navigation_same_category' );
Thank you very much.
P. S. “Display related post” has this settings.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to set to navigate only through a specific category’ is closed to new replies.