...

Before any change of your site like change wordpress logo code.First I strongly recommend creating a child theme for your current main theme you used.

Now copy the header.php of the main theme (currently used theme) into the child theme and open it with any code editor like notepad++ and do the following. The code may different for different theme.

<div id=”logo”>

<?php if (is_home()) { ?><h1><?php } ?>

<a class=”blog-title” href=”<?php echo home_url(); ?>/”><?php bloginfo(‘name’); ?></a>

<?php if (is_home()) { ?></h1><?php } ?>

</div>

Find this part of code <?php bloginfo( ‘name’ ); ?> and replace this line of code you’re your logo image.

For Example: <img href=“http://www.yourdoamin.com/upload/2014/05/logo.png”; >

Also you can add additional information like the bellow code instead of the above image code.

<img title=“Your Title” alt=“Description of your site logo” href=“http://www.yourdoamin.com/upload/2014/05/logo.png”; >

wordpress logo

Related Posts

Top 6 latest free plugins for WordPress to follow in 2020

Top 6 latest free plugins for WordPress to follow in 2020

WordPress is arguably one of the best content management systems in the world. Its effectiveness, efficiency and simplicity gives it an edge over competition. Another thing that makes WordPress stand out is the fact that it is compatible with a number of plugins and...

read more
How to create clickable phone and sms link?

How to create clickable phone and sms link?

How to create clickable phone and sms link? Nowadays no one can pass a single day without a smartphone. Laptop/Computer Tabs are much more essential for web browsing in modern day. So a web designer or web developer should care about creating clickable phone links and...

read more
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.