'; else: ?> > '; } else { echo ''; } } ?> >
> '; echo '
'; echo '
'; if( trim( $_GET['s'] ) ){ global $wp_query; $total_results = $wp_query->found_posts; } else { $total_results = 0; } $translate['search-results'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-results','results found for:') : __('results found for:','betheme'); echo '

'. $total_results .' '. $translate['search-results'] .' '. esc_html( $_GET['s'] ) .'

'; echo '
'; echo '
'; echo '
'; } elseif( ! mfn_slider_isset() || ( is_array( $subheader_advanced ) && isset( $subheader_advanced['slider-show'] ) ) ){ // Page title ------------------------- // Subheader | Options $subheader_options = mfn_opts_get( 'subheader' ); if( is_home() && ! get_option( 'page_for_posts' ) && ! mfn_opts_get( 'blog-page' ) ){ $subheader_show = false; } elseif( is_array( $subheader_options ) && isset( $subheader_options['hide-subheader'] ) ){ $subheader_show = false; } elseif( get_post_meta( mfn_ID(), 'mfn-post-hide-title', true ) ){ $subheader_show = false; } else { $subheader_show = true; } if( is_array( $subheader_options ) && isset( $subheader_options['hide-breadcrumbs'] ) ){ $breadcrumbs_show = false; } else { $breadcrumbs_show = true; } if( is_array( $subheader_advanced ) && isset( $subheader_advanced['breadcrumbs-link'] ) ){ $breadcrumbs_link = 'has-link'; } else { $breadcrumbs_link = 'no-link'; } // Subheader | Print if( $subheader_show ){ echo '
'; echo '
'; echo '
'; // Title $title_tag = mfn_opts_get( 'subheader-title-tag', 'h1' ); echo '<'. $title_tag .' class="title">'. mfn_page_title() .''; // Breadcrumbs if( $breadcrumbs_show ) mfn_breadcrumbs( $breadcrumbs_link ); echo '
'; echo '
'; echo '
'; } } } ?>