RSS feed_image missing alt tag
-
I am using the wp_list_cats in my sidebar and enabling the RSS feed image like so:
<?php wp_list_cats('sort_column=name&children=1&feed_image=images/icon-rss.gif'); ?>
The problem is WP is outputting the image with no alt tag. This results in a failed validation and poor XHTML. How can this be fixed?
Any help would be great.
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘RSS feed_image missing alt tag’ is closed to new replies.