Viewing 1 replies (of 1 total)
  • Just in case you haven’t found yet (or for other users needing the same info):

    link_to_original is the last optional parameter in the
    MultiPostThumbnails::the_post_thumbnail()
    function call.

    So, taking the example code above just add another bool parameter at the end.

    <?php
    echo MultiPostThumbnails::the_post_thumbnail('post', 'image1', NULL, 'image1' , array('class' => 'Pic shadow'),true); ?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Multiple Post Thumbnails] How use "$link_to_original" in the template?’ is closed to new replies.