Skip to content
This repository has been archived by the owner. It is now read-only.

Metaslider Filmstrip Alt Tags #52

Closed
jmr06005 opened this issue Nov 6, 2014 · 1 comment
Closed

Metaslider Filmstrip Alt Tags #52

jmr06005 opened this issue Nov 6, 2014 · 1 comment

Comments

@jmr06005
Copy link
Contributor

jmr06005 commented Nov 6, 2014

Need alt tags on metaslider filmstrips. They sent me the following code which will need some tweaking:

function metaslider_filmstrip_alt_tags( $list_item, $post, $url ) {$alt = get_post_meta( $post->ID, '_wp_attachment_image_alt', true );$list_item = "<li class="ms-thumb slide-{$post->ID} post-{$post->ID}" style="display: none;"><img src="{$url}" alt="{$alt}" />";return $list_item;}
add_filter( 'metaslider_filmstrip_list_item', 'metaslider_filmstrip_alt_tags', 10, 3 );

@jmr06005
Copy link
Contributor Author

jmr06005 commented Nov 7, 2014

Duplicate of #36

@jmr06005 jmr06005 closed this as completed Nov 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant