Hello again. Just a quick one this time.
The site logo is brought in with php, how do I add some alt tags to it?
Thanks!
Hello again. Just a quick one this time.
The site logo is brought in with php, how do I add some alt tags to it?
Thanks!
The image used is added as a background image. Background images do not have any alt tags on them. Since I guess this is for seo or usability purpose you can open header.php and in line 63 instead of <?php bloginfo('name'); ?> enter any content you like. it gets hidden and the logo gets displayed instead but google and screenreaders will get the content :)
Thanks for that. I know it was currently bringing in the blog title but just wanted to add some more rather than effect blog title.
You must log in to post.