'; } } add_action( 'wp_head', 'blogshop_pingback_header' ); if ( ! function_exists( 'blogshop_comment_list' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * * @since Shape 1.0 */ function blogshop_comment_list( $comment, $args, $depth ) { extract( $args, EXTR_SKIP ); if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> < id="comment-">
comment_approved == '0' ) : ?>

$depth, 'max_depth' => $args['max_depth'], 'before' => '
', 'after' => '
', ) ) ); ?>
'.__(' Theme: ', 'blogshop').' '.__( 'BlogShop', 'blogshop' ).''; } } /** * Blogshop Breadcrumbs */ if (!function_exists('blogshop_bredcrumbs')) { function blogshop_bredcrumbs(){ ?>

1) { $numberingtext = 'posts'; }else{ $numberingtext = 'post'; } $userposts = esc_html__( 'the user has only %1$s %2$s', 'blogshop' ); printf( $userposts , $userpost_count, $numberingtext ); ?>

'; $page_main_title = single_post_title('', false); if (is_search()) : $page_main_title = sprintf( esc_html__( 'Search Results for: %s', 'blogshop' ), '' . get_search_query() . '' ); elseif (is_home()) : $page_main_title = get_theme_mod( 'blog_header_custom_title', __( 'Build Blog For Free', 'blogshop' )); endif; if (is_author()) : wp_kses_post(blogshop_author_vcard()); elseif (true === blogshop_is_woocommerce_exists()) : ?>

', '' ); the_archive_description( '
', '
' ); elseif (is_page()): ?>

'; } } /** * Default Banner * Customize From customizer API */ if (!function_exists('blogshop_default_page_banner')) { function blogshop_default_page_banner(){ if (!is_page_template('frontpage.php')) : ?>