' . esc_html( get_bloginfo( 'description', 'display' ) ) . '
';
}
}
if ( ! $echo ) {
return $html;
}
echo $html;
}
}
if ( ! function_exists( 'azauthority_toggle_search_icon' ) ) {
/**
* Search icon
*
* @since 1.0.0
* @return void
*/
function azauthority_toggle_search_icon() {
?>
AZ Authority powered by
WordPress', 'azauthority' ), esc_url('https://theaztheme.com/themes/azauthority/' ) ); ?>
'footer',
'menu_id' => '',
'menu_class' => '',
'container' => 'div',
'container_class' => 'menu-footer'
) );
endif;
?>
' . get_the_title() . ''
)
);
}
do_action( 'azauthority_post_content_after' );
wp_link_pages( array(
'before' => '
' . __( 'Pages:', 'azauthority' ),
'after' => '
',
) );
?>
' . get_the_title() . ''
)
);
do_action( 'azauthority_post_single_content_after' );
wp_link_pages( array(
'before' => '
' . __( 'Pages:', 'azauthority' ),
'after' => '
',
) );
?>
'%title',
'prev_text' => '%title',
);
$enable_postnav = apply_filters('azauthority_enable_postnav', true);
if ( $enable_postnav ) {
the_post_navigation( $args );
}
}
}
if ( ! function_exists( 'azauthority_inner_wrapper_close' ) ) {
/**
* The inner wrapper
*/
function azauthority_inner_wrapper_close() {
echo '';
}
}
if ( ! function_exists( 'azauthority_paging_nav' ) ) :
/**
* Display navigation to next/previous set of posts when applicable.
*/
function azauthority_paging_nav() {
the_posts_pagination( array(
'prev_text' => __( '
'
' . __( 'Pages:', 'azauthority' ),
'after' => '
',
) );
?>