which theme you are using?
It looks like a custom theme. Someone else built this site and I am doing a friend a favor.
I copied this from teh themes page:
Current Theme
Kiai Financial
By ShubhamVersion 1.1.13
Designed by Shubham jain.
I did also check the tagline under themes and it is correct there too.
So the tagline was working properly earlier? can you check what code is used to show tagline now? you can replace this code <?php bloginfo(‘description’); ?></div> and see if its change the tagline.
Yes, the tag always worked:
The Business Of Advancing Business!
I’m just trying to remove the bang (!) at the end. I’ll try the code you provided and get back to you.
Thanks for the help,
Paul
I found this line of code in the Header file and it still had the ‘!’
<span class=”subtitle”>The business of advancing business</span>
I removed the ! as you can see and now the tagline appears to be rendering correctly.
Thank you again for your help,
Paul
Its look like the designer has used static HTML in your site and remove the dynamic code, so when you were changing the tagline it was not working. Update the code given above and that will make it dynamic again.