• When I upload a logo for this theme, the Site Title disappears. I really need the Title to be displayed. Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at the header.php file and I think you’ll see if there’s a logo, there’s no title. The php for the title is:
    <?php bloginfo('name'); ?>
    So you would have to add it back somewhere like this but you will have to play around with the exact position:

    <a href="<?php echo esc_url( home_url( '/' ) ) ?>"><img src="<?php echo esc_url(of_get_option('logo')); ?>" alt="<?php echo of_get_option('logo_alt_text'); ?>"/><h1><?php bloginfo('name'); ?></h1></a>

    When posting to page. The title is in all caps once it is published. How do I change this in this theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Title’ is closed to new replies.