'' . esc_html__( 'Next article:', 'tiny-framework' ) . '' . '%title', 'prev_text' => '' . esc_html__( 'Previous article:', 'tiny-framework' ) . '' . '%title', // Tip91 - Set Next and Previous post links to be from the same category as current post. 'in_same_term' => false, // Whether link should be in a same taxonomy term. Default false. To activate, set to true. 'excluded_terms' => '', // Array or comma-separated list of excluded term IDs. Default empty. 'taxonomy' => 'category', // Taxonomy, if `$in_same_term` is true. Default 'category'. ) ); ?>