Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hi All,

    When I do a search in the gallery the results do not display the captions, is there a way to get the results of a search to display captions under the thumbnails like the regular galleries?
  2.  
    I can probably figure this one out, I will look into it a little more, and report back if I do.
  3.  
    So to display the caption is search results replace (line 26):

    print '</div></li>';
    with:


    print '<br /><span id="image_name"><b>'. $capt = plogger_get_picture_caption() . '</b></span></div></li>';