Viewing 1 replies (of 1 total)
  • I had the same problem and solved it by editing the following file:

    wp-content/plugins/easy-nivo-slider/mist/post-type-list-images.php

    I changed line 77 from:

    (('true' == $parms['caption']) ? ' title="'.get_the_title(get_post_thumbnail_id()).'"' : '').

    into:

    (('true' == $parms['caption']) ? ' title="'.get_the_title($post->ID).'"' : '').

    If you change a plugin you also should change the version number to 9999 to prevent the plugin from updating and overwriting your changes!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Easy Nivo Slider] Post title instead of image caption?’ is closed to new replies.