Featured Content Gallery | WordPress Plugin | iePlexus

Shortcode on Page?

Downloading, installing, upgrading, and configuring the FCG plugin

Shortcode on Page?

PostBy designs on Fri Aug 05, 2011 2:36 pm

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
designs
 
Posts: 2
Joined: Fri Aug 05, 2011 2:01 pm

Re: Shortcode on Page?

Thank you for using the Featured Content Gallery Forum
 

Re: Shortcode on Page?

PostBy admin on Mon Aug 08, 2011 8:46 am

in page.php file put this code. This is if you want to show gallery only on certain 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Shortcode on Page?

PostBy designs on Mon Aug 08, 2011 1:05 pm

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
designs
 
Posts: 2
Joined: Fri Aug 05, 2011 2:01 pm


Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests

cron