• hi josh,

    i need your help, please. I need to show the title of images in my slideshow. At the moment i have this my slideshow

    I modified the file meteor-slideshow.php and I put it in my root folder of tema.Ho added this code at line 145.

    $ms_thumb_id = get_post_thumbnail_id($id);
    
    						$ms_title = esc_attr( get_post_field( 'post_title', $ms_thumb_id ) );
    
    						echo '<div id="breadcrumbs"><h2 class="home-title-slider">' . $ms_title . '</h2></div>';

    I modified the file meteor-slideshow.php and I put it in my root folder of the theme. I added this code to line 145. But I discovered that you need to change the file slideshow.js function cycle ({with before: and after:

    What should I write here? thank you very much.

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘show title image’ is closed to new replies.