On the 48x48 featured thumb for the blog widget shortcode. Where can I find where its calling out that small image in the code so I can put a alt text to it?
Look at the bottom left of my home page and you'll see the small (featured) thumb images.
On the 48x48 featured thumb for the blog widget shortcode. Where can I find where its calling out that small image in the code so I can put a alt text to it?
Look at the bottom left of my home page and you'll see the small (featured) thumb images.
Hey,
The size can be adjusted in your functions.php where it says:
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news
I do not need to change the size. I need to make it have an alternate text for SEO.
You can change the slideshow generation code in broadscope\includes\featured-images-slideshow.php
You must log in to post.