Forums

[Plugin: NextGEN Gallery] Adding "Related Images" title to Related Images (4 posts)

  1. FotoAndy
    Member
    Posted 2 weeks ago #

    Hiya,

    Simply trying to add the title "Related Images" (with an <h4> for style) to posts that contain the Related Images feature.

    I've tracked down that the associated php is in 'nggfunctions.php', stsrting around line 808. Can't quite figure it out from there, all noob attempts either place it under the post title or cause the code to break.

    Sample post at http://www.foto-andy.com/2009/11/03/free-iphone-app-nikon-learn-explore .

    Thanks!

  2. FotoAndy
    Member
    Posted 2 weeks ago #

    A little help please...

  3. FotoAndy
    Member
    Posted 2 weeks ago #

    C'mon, I could really use this fix to clean up the otherwise abstract nature of this strip of pictures...

    Bumpin“ on a Sunday.

  4. alexrabe
    Member
    Posted 2 weeks ago #

    You need to edit shortcodes.php and add before line 135 your heading :

    $content .= '<h4>Related Images</h4>';
    $content .= nggShowRelatedImages();

Reply

You must log in to post.

About this Topic