jeudi 11 février 2016

Alt text and titles on portfolio images and links - Waving portfolio

I am working on a project to help optimize the content of a site for search engines and all of the images and links within this plugin are not pulling the alt text and titles for the images and anchors within the portfolio.

I have looked through the waving-portfolio.php file to see where this issue might be originating and the lines that add the images and links for the modals and lightbox do not pull alt text or titles.

I am looking for a quick fix to add some lines of php to that file so that the hundreds of images and links have alt text and titles attributed to them.

Here is what that section of the file looks like currently on the site I am working on.

if($width != 0){
$image_code = '<img src="'.$image[0].'" style="width:'.$width.'px" />';
}else
{
$image_code = '<img src="'.$image[0].'" style="height:'.$height.'px" >';
}

So how do I add something to those lines of code to make it pull the alt text and title of the image from the media library?

http://ift.tt/1CN2uFh



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire