Get ID of the album that is linked to a subpage
-
I am trying to find the album ID for that album that is linked to a subpage of the parrent page that I am on.
Say I am on the page “Youth” and want to get the ID of the album that is linked to the subpage “galleries” (Youth -> Galleries).
How would I do this in PHP?What I ultimately is after is to get the galleries from that album. I can get to those via $nggdb->find_album($ID), and then looping through $nggdb->find_gallery($galleryID); But I still need to get the ID of the album in the first place.
To see the site I am working with ATM, look here: https://beta.musalaha.org/participants/youth/
The result I have at the moment (27/11/2014) I got with $nggdb->find_album(1); So not really what is intended.The question is also posted on https://wordpress.stackexchange.com/questions/169682/get-id-of-a-nextgen-album-that-is-linked-to-a-subpage
- The topic ‘Get ID of the album that is linked to a subpage’ is closed to new replies.