• Is it possible to add a link from a gallery page back to the main album page with the NextGEN Gallery plugin? Or add breadcrumb navigation?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am looking for the same solution. How can I input a simple back button to return to the album page?

    Found the solution!

    Ok so you need to open up your gallery.php file found in the following path wp-content/plugins/nextgen-gallery/view.

    After that create a new div and give it an id or class so that you can easily style it. Then just put in a link back to the page of your album! problem solved.

    <div id="gallerynavigation">
    <a id="return" href="http://www.yourblog.com/?page_id=6"><?php print "<<Return" ?></a>
    </div>

    It almost work as it should be, i only see the arrow but the word return doesnt show

    Nevermind, fixed it, <<Return needs a space so it should be << Return and in my case its << Return to albums 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NextGen Gallery, link back to album from gallery page?’ is closed to new replies.