>
', 'book-landing-page' ) ) ); // delimiter between crumbs $home = esc_html( get_theme_mod( 'book_landing_page_breadcrumb_home_text', __( 'Home', 'book-landing-page' ) ) ); // text for the 'Home' link $showCurrent = get_theme_mod( 'book_landing_page_ed_current', '1' ); // 1 - show current post/page title in breadcrumbs, 0 - don't show $before = ''; // tag before the current crumb $after = ''; // tag after the current crumb global $post; $homeLink = esc_url( home_url() ); if( ( get_theme_mod( 'book_landing_page_ed_breadcrumb' ) ) && !is_page_template( 'template-home.php' ) ){ echo ''; } }// end book_landing_page_breadcrumbs() endif; if( ! function_exists( 'book_landing_page_page_header' ) ) : /** * Page Header for inner pages * * @since 1.0.1 */ function book_landing_page_page_header(){ if( !is_page_template( 'template-home.php' ) ) { $class = is_404() ? 'error-holder' : 'row' ; echo '
'; if( !is_404() ){ echo '
'; } if( is_search() ){ echo ''; }elseif ( is_home() ) { echo ''; }elseif ( is_archive() ){ if( book_landing_page_woocommerce_activated() ){ if( is_shop() ){ echo false; }else{ echo ''; } }else{ echo ''; } } echo '
'; if( !is_404() ){ echo '
'; } } } endif; if( ! function_exists( 'book_landing_page_page_content_image' ) ) : /** * Page Featured Image * * @since 1.0.1 */ function book_landing_page_page_content_image(){ $sidebar_layout = book_landing_page_sidebar_layout(); if( has_post_thumbnail() ) ( is_active_sidebar( 'right-sidebar' ) && ( $sidebar_layout == 'right-sidebar' ) ) ? the_post_thumbnail( 'book-landing-page-with-sidebar' ) : the_post_thumbnail( 'book-landing-page-without-sidebar' ); } endif; if( ! function_exists( 'book_landing_page_post_content_image' ) ) : /** * Post Featured Image * * @since 1.0.1 */ function book_landing_page_post_content_image(){ if( has_post_thumbnail() ){ echo ( !is_single() ) ? '' : '
'; ( is_active_sidebar( 'right-sidebar' ) ) ? the_post_thumbnail( 'book-landing-page-with-sidebar' ) : the_post_thumbnail( 'book-landing-page-without-sidebar' ) ; echo ( !is_single() ) ? '' : '
' ; } } endif; if( ! function_exists( 'book_landing_page_post_entry_header' ) ) : /** * Post Entry Header * * @since 1.0.1 */ function book_landing_page_post_entry_header(){ ?>
', '' ); } else { the_title( '

', '

' ); } ?>

post_author ) ); ?>
'; if( !is_404() ){ echo '
'; } echo '
';// .row /#content /.container } } endif; if( ! function_exists( 'book_landing_page_footer_start' ) ) : /** * Footer Start * * @since 1.0.1 */ function book_landing_page_footer_start(){ echo '
'; echo '
'; } endif; if( ! function_exists( 'book_landing_page_footer_menu' ) ) : /** * Footer Bottom * * @since 1.0.1 */ function book_landing_page_footer_menu(){ if ( has_nav_menu( 'secondary' ) ) { echo ''; // #site-navigation } } endif; if( ! function_exists( 'book_landing_page_footer_credit' ) ) : /** * Footer Credits */ function book_landing_page_footer_credit(){ echo '
'; esc_html_e( 'Copyright © ', 'book-landing-page' ); echo esc_html( date_i18n( 'Y' ) ); echo ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; printf('Book Landing Page By %2$s. ', esc_url( __( 'http://raratheme.com/wordpress-themes/book-landing-page/', 'book-landing-page' ) ), 'Rara Theme'); printf( esc_html__( 'Powered by %s', 'book-landing-page' ), 'WordPress.' ); echo '
'; } endif; if( ! function_exists( 'book_landing_page_footer_end' ) ) : /** * Footer End * * @since 1.0.1 */ function book_landing_page_footer_end(){ echo '
'; echo '
'; // #colophon } endif; if( ! function_exists( 'book_landing_page_page_end' ) ) : /** * Page End * * @since 1.0.1 */ function book_landing_page_page_end(){ ?>