Title: Page Title
Last modified: August 21, 2016

---

# Page Title

 *  [Moizzz11](https://wordpress.org/support/users/moizzz11/)
 * (@moizzz11)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/page-title-35/)
 * 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)

 *  [webbrewers](https://wordpress.org/support/users/webbrewers/)
 * (@webbrewers)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/page-title-35/#post-4981961)
 * 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>`
 *  [wendybrown](https://wordpress.org/support/users/wendybrown/)
 * (@wendybrown)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-title-35/#post-4982024)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/felicity/1.0.7/screenshot.png)
 * Felicity
 * [Support Threads](https://wordpress.org/support/theme/felicity/)
 * [Active Topics](https://wordpress.org/support/theme/felicity/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/felicity/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/felicity/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 2 replies
 * 3 participants
 * Last reply from: [wendybrown](https://wordpress.org/support/users/wendybrown/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/page-title-35/#post-4982024)
 * Status: not resolved