My site is : Design Spicy it’s on wordpress
I want to place h1 in home page logo only if post page regular logo i uses image logo how can i put the h1 text
i tired that but not working fine i want seo optimize h1 in logo
<?php
if ( is_front_page())
{ ?>
<h1>
<a href="http://designspicy.com/">
<img src="<?php bloginfo('template_directory'); ?>/image/logo.png" alt="" title="Design Spicy">
</a>
Design Spicy
</h1>
<?php
}
else
{ ?>
<a href="http://designspicy.com/">
<img src="<?php bloginfo('template_directory'); ?>/image/logo.png" alt="" title="Design Spicy">
</a>
<?php
}
?>
any way to do this ? without change design ?
Check the code i sure it’s work 🙂
if you want to add something only on homepage you must use
instead of
using jquery you can do this
here is your html
and then use jquery
and also :