Hello, anybody knows the code I have to use to show the latest images in the gallery index using zenpage theme as it's shown in other themes.
Best Regards.
Use the function printLatestImages() where you want your image(s) to show.
http://www.zenphoto.org/documentation/plugins/_zp-extensions---image_album_statistics.php.html#functionprintLatestImages
Many thanks.
I got it but the images are shown vertically, do you know how to show the images horizontally ?
This is the code I added:
Many thanks fretzl, I had it enabled, my problem now is how to show the images horizontally ?
Not working.
Could be my problem related with where I added the code ?.
I added it before -->
I can see like little dots before the images, maybe the format there is some kind of list, I don't know.
This is the link : http://photoshopsp.nixiweb.com
Ok, I will look for the way to do it, maybe having a look to how it works on zpmobile theme.
Many thanks for your support.
Yiipppp.. It Works.
Many thanks again.
I added this:
margin: 0;
padding: 0;
}
.image {
width: 79px;
height: 79px;
border: 1px solid gray;
margin: 5px 5px 0px 0px;
float: left;
}
div#latest ul {
display: inline;
}
div#latest ul li {
float: left;
list-style: none;
}
Better to add only the code you said. Adding the rest of my code the gallery images are not shown good.
Best Regards.