Header if( get_header_image() ) : // Hide header image on front page if ( true == $theme_options['custom_header_hide'] and is_front_page() ) { return; } ?>
'' ) : ?>
' . $postmeta . ''; } } // gridbox_entry_meta() 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 . ''; } // gridbox_meta_date() 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 . ''; } // gridbox_meta_author() endif; if ( ! function_exists( 'gridbox_meta_category' ) ): /** * Displays the category of posts */ function gridbox_meta_category() { return ' ' . get_the_category_list(', ') . ''; } // gridbox_meta_category() endif; if ( ! function_exists( 'gridbox_entry_tags' ) ): /** * Displays the post tags on single post view */ function gridbox_entry_tags() { // Get Theme Options from Database $theme_options = gridbox_theme_options(); // Get Tags $tag_list = get_the_tag_list('', ''); // Display Tags if ( $tag_list && $theme_options['meta_tags'] ) : ?>
0 ) : ?> '« %title', 'next_text' => '%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() { global $wp_query; $big = 999999999; // need an unlikely integer $paginate_links = paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var( 'paged' ) ), 'total' => $wp_query->max_num_pages, 'next_text' => '»', 'prev_text' => '«', 'add_args' => false ) ); // Display the pagination if more than one page is found if ( $paginate_links ) : ?>
WordPress', 'Gridbox' ); ?>