Bring Your Business to Life › Support › Image Store › Gallery store display
-  AuthorPosts
-  May 3, 2014 at 3:21 am #105240daviddddd MemberHey Yall, I have almost finshed building a photography folio, with imagestore being one of the best features of the site. Great bunch of code :O) Although i would like to just display one single gallery with store functionality on the store page. Not a link through to the gallery page. 
 Is this possible?http://www.ryansmythphotography.com.au/ If anyone is interested in the build. Thanks May 7, 2014 at 11:03 pm #110762Xpark Media KeymasterYou could create the gallery and change the path to make this your store page. If you want display the most recent gallery, you can create a page template and use the following code: $gallery = wp_query(array('post_type'=>'ims_gallery', 'posts_per_page'=>1)); if ( $gallery->have_posts() ) { while ( $gallery->have_posts() ) { $gallery->the_post(); the_content( ); } }February 5, 2015 at 6:01 am #242163pategan ParticipantHi daviddddd, I am currently attempting to do the exact same with http://www.christymcnamara.com/wp but the above code hasn’t worked for me with [insert_php] plugin and on the page. Do I need to insert this code somewhere else in order for it to work? That other site looks great btw 🙂 Patrick 
-  AuthorPosts
- You must be logged in to reply to this topic.