How to display the image on a gallery template
-
Hi,
I’m building a new slideshow gallery template and I’m trying without success to get a list of images on the gallery template (not the thumbnails).
Within:
foreach ( $current_foogallery->attachments() as $attachment ) {}
I’ve tried
echo $attachment->html_img( $args );
or
echo $attachment->html( $args );
As well as many other code snippets without luck.
How do I pull out an IMG tag with the actual original images for me to play with?
Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to display the image on a gallery template’ is closed to new replies.