>
>
> 'simple' ] ); break; case 'infinite_scroll': // Auto Infinite Scroll echo rishi__cb_customizer_display_posts_pagination( [ 'pagination_type' => 'infinite_scroll' ] ); break; default: the_posts_navigation(); break; } } } endif; add_action( 'rishi_after_posts_content', 'rishi_navigation' ); add_action( 'rishi_after_post_loop', 'rishi_navigation', 10 ); if( ! function_exists( 'rishi_author' ) ) : /** * Rishi Author */ function rishi_author(){ $ed_show_post_author = get_theme_mod( 'ed_show_post_author','yes' ); if (rishi__cb_customizer_default_akg( 'disable_author_box', rishi__cb_customizer_get_post_options(), 'no' ) === 'yes') { return ''; } if( get_the_author_meta( 'description' ) && $ed_show_post_author === 'yes' ){ ?>
' . esc_html( get_the_author_meta( 'display_name' ) ) . ''; echo '
' . wp_kses_post( get_the_author_meta( 'description' ) ) . '
'; ?>
>
>

labels->singular_name; } if( $woo_title_panel == 'yes' ){ ?>

'. esc_html( single_cat_title( '', false ) ) .''; if( $ed_archive_desc === 'yes' ) the_archive_description( '
', '
' ); ?>
'. esc_html( single_tag_title( '', false ) ) .''; if( $ed_archive_desc === 'yes' ) the_archive_description( '
', '
' ); ?>
'. esc_html( get_the_date( _x( 'Y', 'yearly archives date format', 'rishi' ) ) ) .''; ?>
'. esc_html( get_the_date( _x( 'F Y', 'monthly archives date format', 'rishi' ) ) ) .''; ?>
'. esc_html( get_the_date( _x( 'F j, Y', 'daily archives date format', 'rishi' ) ) ) .''; ?>
taxonomy ); ?>
labels->singular_name ); ?> '. esc_html( single_term_title( '', false ) ) .''; ?>
' . wp_kses_post( get_the_author_meta( 'description' ) ) . '
'; } ?>
'. esc_html( single_post_title( '', false ) ) .''; if( $ed_blog_desc === 'yes' ) echo '
' . wp_kses_post( get_the_content( '', '', get_option( 'page_for_posts' ) ) ) . '
'; ?>
'customizer' ]; $back_top_visibility_class = 'to_top ' . rishi__cb_customizer_visibility_classes( rishi__cb_get_akv_or_customizer( 'back_top_visibility', $atts, [ 'desktop' => true, 'tablet' => true, 'mobile' => false, ] ) ); if( $scrolltotop == 'yes' ){ ?>
'.$svg_image.''; } ?>
' . esc_html($single_title) . ''; } endif;