• I’m pretty new to WP. I’ve been using this theme and whenever I try to include the logo in the header, the website takes away the website name. It’s either one or the other. It does not accept both. Anybody has seen this before. Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, same thing. Differences between this version of the theme and the one in wordpress.com : no possibility to display slogan. Thank you for helping out.

    No one answered this yet, I would like to do the same.
    Used the theme on WordPress.com and liked the logo + the name
    Am struggling where to find it. Is it somewhere in the functions?
    thank you for helping out, if you know how to
    Yolanda

    Found some answer from Anders himself:
    As standard, the blog title and description is hidden in Baskerville if a logo has been uploaded. To change this behavior, you would have to create a child theme, duplicate header.php and add code for the site description below the logo. There’s no built-in support for it, unfortunately.

    still struggling with if and elsif declarations ??

    Ok found it.
    I copied the h1 in the header.php

    <h1 class="blog-title">
    <a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> &mdash; <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home"><?php echo esc_attr( get_bloginfo( 'title' ) ); ?></a>
    						</h1>

    added it underneath the div class="blog-log"
    and this works fine for me

    yolanda
    PS I never ad a link to a site since that only appears to attract hackers and no solutions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header not showing the Website name and logo at same time’ is closed to new replies.