Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function versatile_business_header_title() {
- if ( ! is_singular() && is_front_page() ) {
- ?>
- <?php
- $versatile_business_description = get_bloginfo( 'description', 'display' );
- if ( $versatile_business_description || is_customize_preview() ) : ?>
- <p class="site-description-inner"><?php echo esc_html( $versatile_business_description ); ?></p>
- <?php endif;
- } elseif ( is_singular() ) {
- if ( is_single() ) :
- ?>
- <div class="entry-meta">
- <?php versatile_business_entry_header(); ?>
- </div>
- <?php
- endif;
- } elseif ( ! is_front_page() && is_home() ) {
- } elseif ( is_404() ) {
- } elseif ( is_search() ) {
- else {
- the_archive_description( '<div class="archive-description">', '</div>' );
- }
- } // versatile_business_header_title.
Advertisement
Add Comment
Please, Sign In to add comment