- This topic has 1 reply, 2 voices, and was last updated 14 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Lond html code for nexgen
Hi, I need to replace the featured content gallery code in my template so the wp-store/nexgen template will take its place.
This is the code I need to replace.
<?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>
What would the long code format be for the [nggallery id=1 template=wp-eStore] ? It can even be plain html.
Your help would be greatly appreciated.
Bryan http://www.ifhpro.com
Hi Bryan, this is a NextGen gallery thing and I am not really sure what function call is equivalent to the “[nggallery id=1 template=…]” shortcode.
In the NextGen gallery documentation search for the function references for their shortcode… kind of like what I have here for the WP eStore:
On that page I have the shortcodes that you can use from a post or page followed by the equivalent PHP function calls that you can use from the template files of your themes.