Title: Adding logo to title
Last modified: August 31, 2016

---

# Adding logo to title

 *  [Newbeing](https://wordpress.org/support/users/newbeing/)
 * (@newbeing)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/adding-logo-to-title/)
 * Hello guys
    I’m new and I’m in the process of making my first site with wordpress.
   I try to add logo on the left side in title. I downloaded theme logo 2.0, but
   my page have no logo from original theme and I don’t know where to find a place
   in the head to paste <?php theme_logo(); ?> my file is [http://januszdolecki.pl/wp-content/uploads/2016/02/logo.png](http://januszdolecki.pl/wp-content/uploads/2016/02/logo.png)
   and head.php
 *     ```
       <?php
       /**
        * Displays the header section of the theme.
        *
        * @package Theme Horse
        * @subpackage Attitude
        * @since Attitude 1.0
        */
       ?>
       <!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
   
       	<?php
       		/**
       		 * attitude_title hook
       		 *
       		 * HOOKED_FUNCTION_NAME PRIORITY
       		 *
       		 * attitude_add_meta 5
       		 *
       		 */
       		do_action( 'attitude_title' );
   
       		/**
       		 * attitude_meta hook
       		 */
       		do_action( 'attitude_meta' );
   
       		/**
       		 * attitude_links hook
       		 *
       		 * HOOKED_FUNCTION_NAME PRIORITY
       		 *
       		 * attitude_add_links 10
       		 * attitude_favicon 15
       		 * attitude_webpageicon 20
       		 *
       		 */
       		do_action( 'attitude_links' );
   
       		/**
       		 * This hook is important for wordpress plugins and other many things
       		 */
       		wp_head();
       	?>
   
       </head>
   
       <body <?php body_class(); ?>>
       	<?php
       		/**
       		 * attitude_before hook
       		 */
       		do_action( 'attitude_before' );
       	?>
   
       	<div class="wrapper">
       		<?php
       			/**
       			 * attitude_before_header hook
       			 */
       			do_action( 'attitude_before_header' );
       		?>
       		<header id="branding" >
       			<?php
       				/**
       				 * attitude_header hook
       				 *
       				 * HOOKED_FUNCTION_NAME PRIORITY
       				 *
       				 * attitude_headerdetails 10
       				 */
       				do_action( 'attitude_header' );
       			?>
       		</header>
       		<?php
       			/**
       			 * attitude_after_header hook
       			 */
       			do_action( 'attitude_after_header' );
       		?>
   
       		<?php
       			/**
       			 * attitude_before_main hook
       			 */
       			do_action( 'attitude_before_main' );
       		?>
       		<div id="main" class="container clearfix">
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [olep](https://wordpress.org/support/users/olep/)
 * (@olep)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/adding-logo-to-title/#post-7018318)
 * Try put it in the <header id=”branding” ><?php theme_logo(); ?></header>
 *  Thread Starter [Newbeing](https://wordpress.org/support/users/newbeing/)
 * (@newbeing)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/adding-logo-to-title/#post-7018371)
 * Thanks, its closer to what I wanted, but could I make it this way:
    [http://i.imgur.com/URG56zb.png](http://i.imgur.com/URG56zb.png)
   I would like to delete the “Wadium”(…) text and have a logo there.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding logo to title’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Newbeing](https://wordpress.org/support/users/newbeing/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/adding-logo-to-title/#post-7018371)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
