• Hey there,

    I am trying to achieve a simple gallery that shows some artist works. The gallery should automatically grab all of the galleries I have and show them in one page with simple navigation. I could implement the grabbing part using the API:

    global $nggdb;
    $galleries = $nggdb->find_all_galleries();

    and then make a loop to handle them.

    The problem that I have now is that, for the gallery to be able to be opened, it must be linked to a page. I know I can configure this from Manage Galleries, but the point is that I don’t want to do that everytime I create a new gallery. So, is there a way that the plugin can create a new page for any album I add, automatically?

    Thanks in advanced,

    http://wordpress.org/extend/plugins/nextgen-gallery/

  • The topic ‘[Plugin: NextGEN Gallery] Automatically create a new page when add a new album’ is closed to new replies.