I have a post with image gallery, it has 10 images. Can I get the direct link to the images in the post, so that I can display first 5 images on the homepage?
Leave a Reply
You must be logged in to post a comment.
I have a post with image gallery, it has 10 images. Can I get the direct link to the images in the post, so that I can display first 5 images on the homepage?
You must be logged in to post a comment.
You could use this loop for fetching the images from current post.
reference:
Add this to your child themes functions file and change the image I.D’s to match the ones you want included in the gallery.
Change the wp_head hook to any WordPress or theme specific hook for positioning.
If you are using Next Gen Gallery
you can then install an additional plugin which allows widgets
http://wordpress.org/extend/plugins/nextgen-gallery-sidebar-widget/
If you are using WordPress own Image Library and Gallery function try this plugin
http://wordpress.org/extend/plugins/fx-gallery-widget/