Any plans to add alt tag field, as this makes the search bots happier doesn't it?
Any plans to add alt tag field, as this makes the search bots happier doesn't it?
The current version of WP125 pulls the "ad name" field and displays it in the alt attribute. So in a way, there already is such a function.
I searched through the PHP file, and I found this within the "a href" function:
alt="'.$adguidearray[$curslot]['name'].'"
I bet this is the ALT field for the "a href" function. Unfortunately, when I look at the source code of the output file, this appears within the "a href" tags:
alt=""
In short, the array component
$adguidearray[$curslot]['name']
is blank. Any inputs on this?
You must log in to post.