upheredesign
Member
Posted 1 month ago #
Hi,
I'm using the Great Real Estate plugin which integrates Nextgen gallery. In the admin pane for the plugin, it lets you select which gallery to display with the listing.
I would like to integrate the NextGen Smooth Gallery plugin in the same automatic way. So I need to hardcode it into my template and to pull the gallery id from the Great Real Estate plugin (without using custom fields, etc.). As I want the input of properties to be as easy as possible with little room for users to screw things up.
http://wordpress.org/extend/plugins/nextgen-smooth-gallery/
upheredesign
Member
Posted 1 month ago #
So here's what I think I need:
Hi,
I don't know enough php markup to make this work.
I need to embed a shortcode in a template page with a call to another php function -
so I need to put this call:
get_listing_galleryid() in place of the id below.
<?php echo do_shortcode('[smooth=id]'); ?>
So that the id which is already identified in my input for great real estate plugin, will automatically be put in the string for the smooth gallery for nextgen.
Help?