Header. if ( get_header_image() ) : // Hide header image on front page. if ( true === $theme_options['custom_header_hide'] and is_front_page() ) { return; } ?>
<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> <?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>
' . $postmeta . ''; } endif; if ( ! function_exists( 'gridbox_meta_date' ) ) : /** * Displays the post date */ function gridbox_meta_date() { $time_string = sprintf( '', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); return '' . $time_string . ''; } endif; if ( ! function_exists( 'gridbox_meta_author' ) ) : /** * Displays the post author */ function gridbox_meta_author() { $author_string = sprintf( '', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( esc_html__( 'View all posts by %s', 'gridbox' ), get_the_author() ) ), esc_html( get_the_author() ) ); return ' ' . $author_string . ''; } endif; if ( ! function_exists( 'gridbox_meta_category' ) ) : /** * Displays the category of posts */ function gridbox_meta_category() { return ' ' . get_the_category_list( ', ' ) . ''; } endif; if ( ! function_exists( 'gridbox_entry_tags' ) ) : /** * Displays the post tags on single post view */ function gridbox_entry_tags() { // Get tags. $tag_list = get_the_tag_list( '', '' ); // Display tags. if ( $tag_list ) : ?>
0 ) { return; } // Get Read More Text. $read_more = gridbox_get_option( 'read_more_text' ); if ( '' !== $read_more || is_customize_preview() ) : ?> '' . esc_html_x( 'Previous Post:', 'post navigation', 'gridbox' ) . '%title', 'next_text' => '' . esc_html_x( 'Next Post:', 'post navigation', 'gridbox' ) . '%title', ) ); } } endif; if ( ! function_exists( 'gridbox_breadcrumbs' ) ) : /** * Displays ThemeZee Breadcrumbs plugin */ function gridbox_breadcrumbs() { if ( function_exists( 'themezee_breadcrumbs' ) ) { themezee_breadcrumbs( array( 'before' => '', ) ); } } endif; if ( ! function_exists( 'gridbox_related_posts' ) ) : /** * Displays ThemeZee Related Posts plugin */ function gridbox_related_posts() { if ( function_exists( 'themezee_related_posts' ) ) { themezee_related_posts( array( 'class' => 'related-posts clearfix', 'before_title' => '', ) ); } } endif; if ( ! function_exists( 'gridbox_pagination' ) ) : /** * Displays pagination on archive pages */ function gridbox_pagination() { the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => '«' . esc_html_x( 'Previous Posts', 'pagination', 'gridbox' ) . '', 'next_text' => '' . esc_html_x( 'Next Posts', 'pagination', 'gridbox' ) . '»', ) ); } endif; /** * Displays credit link on footer line */ function gridbox_footer_text() { ?> ThemeZee' ); ?>