I love your Featured Content Gallery so much! It is so elegant and includes great functions!
I have searched the forum and still can't find a "shortcode" to display on "Page." I don't display FCG on my front-page.php. I need to display it on Page.
At your convenience, please advise the solution. Thank you in advance!
Lin
Shortcode on Page?
3 posts • Page 1 of 1
Re: Shortcode on Page?
in page.php file put this code. This is if you want to show gallery only on certain page
or put the gallery call in page.php file in regular way, if you want to show gallery on any page
- Code: Select all
<?php
if (is_page('Your page title here'))
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
or put the gallery call in page.php file in regular way, if you want to show gallery on any page
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Shortcode on Page?
Hello~
Thank you for replying me the post. I appreciate your time. I have followed your instruction to place the code on Page.php and specify the page title on it. In that page, there is no function of image input and caption display under that specify page. What should I do? Thank you.
Lin
Thank you for replying me the post. I appreciate your time. I have followed your instruction to place the code on Page.php and specify the page title on it. In that page, there is no function of image input and caption display under that specify page. What should I do? Thank you.
Lin
- designs
- Posts: 2
- Joined: Fri Aug 05, 2011 2:01 pm
3 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









