Sorry if i'm creating a duplicate question, but I have a good problem to solve here... In a website that i'm creating, I have a list of the newest gallerias added, with a thumb and a title, and then, linking to the specific gallery page. But, how I get this data from NEXTGen Gallery?
The code was not dynamic yet, but looks like this:
<!-- starting with the link -->
< a href="#" >
< !-- that's the thumb -- >
< img src="wp-content/themes/yogajoi/img/galeria/imagem.jpg" >
< !-- this is the description -- >
< p>Lorem ipsum dolor sit amet consectetur</p >
</ a>
I couldn't find nothing like this in this forum, or in the web..
Thanks for all!