mrkichu
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Lingonberry] Home page header Title not Displaying?Theme is Updated ?? And now it is Perfect. Thank You!
Forum: Themes and Templates
In reply to: [Lingonberry] Home page header Title not Displaying?Yes My friend, but still it is not working ?? From the beginning, installation of this theme title is not showing.
Forum: Themes and Templates
In reply to: [Lingonberry] Home page header Title not Displaying?No Change ! The Line
`<h1 class=”blog-title”>
<a href=”<?php echo esc_url( home_url() ); ?>/” title=”<?php echo esc_attr( get_bloginfo( ‘title’ ) ); ?> — <?php echo esc_attr( get_bloginfo( ‘description’ ) ); ?>” rel=”home”><?php echo esc_attr( get_bloginfo( ‘title’ ) ); ?></a>
</h1>`
is for the logo Title Only.Forum: Themes and Templates
In reply to: [Lingonberry] Home page header Title not Displaying?<!DOCTYPE html> <html class="no-js" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" > <title><?php wp_title('|', true, 'right'); ?></title> <?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="navigation"> <div class="navigation-inner section-inner"> <ul class="blog-menu"> <?php if ( has_nav_menu( 'primary' ) ) { wp_nav_menu( array( 'container' => '', 'items_wrap' => '%3$s', 'theme_location' => 'primary', 'walker' => new lingonberry_nav_walker ) ); } else { wp_list_pages( array( 'container' => '', 'title_li' => '' )); } ?> <?php get_search_form(); ?> <div class="clear"></div> </div> <!-- /navigation-inner --> </div> <!-- /navigation --> <div class="header section"> <div class="header-inner section-inner"> <?php if (get_header_image() != '') : ?> <a>/" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> | <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home" class="logo"> <img src="<?php header_image(); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"> </a> <?php else : ?> <a>/" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> — <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home" class="logo noimg"></a> <?php endif; ?> <div class="nav-toggle"> <div class="bar"></div> <div class="bar"></div> <div class="bar"></div> <div class="clear"></div> </div> <div class="clear"></div> </div> <!-- /header section --> </div> <!-- /header-inner section-inner -->
Forum: Themes and Templates
In reply to: [Lingonberry] Home page header Title not Displaying?Here is the URL https://yuvaz.com
Viewing 5 replies - 1 through 5 (of 5 total)