Title: Frontpage Slideshow
Last modified: August 19, 2016

---

# Frontpage Slideshow

 *  [gadgetpro](https://wordpress.org/support/users/gadgetpro/)
 * (@gadgetpro)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/frontpage-slideshow/)
 * Hello all,
 * I just bought frontpage slideshow 2.0 from joomla works last week, and I cannot
   seem to figure out how to install it on my WP site. My main site is running joomla
   now, but I like wordpress soo much more that I really want to figure this out…
   so I have my WP template running on [http://www.stompeforums.com](http://www.stompeforums.com).
 * PLease check it out. So far, All I’ve done is insert the provided code from their
   site, and 2 MAJOR problems occur… 🙁
 * 1) the whole thing takes FOREVER to load up and show up.
    2) the box is blank
   and does not show images.
 * I have it running the “demoslideshow,” but obviously will create my own later
   on, but if this doesn’t work, then I might have to go back to joomla! 🙁

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/frontpage-slideshow/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/frontpage-slideshow/page/2/?output_format=md)

 *  Thread Starter [gadgetpro](https://wordpress.org/support/users/gadgetpro/)
 * (@gadgetpro)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999579)
 * PS: does anyone think it would be possible to create a plugin using this wonderful
   slideshow??
 *  [rwmedia](https://wordpress.org/support/users/rwmedia/)
 * (@rwmedia)
 * [17 years ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999870)
 * I am using FPSS on my wordpress and I have it running fine. Did you find any 
   wordpress plugins for this?
 *  [bensontrent](https://wordpress.org/support/users/bensontrent/)
 * (@bensontrent)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999878)
 * [http://www.featuredcontentgallery.com/](http://wordpress.org/extend/plugins/featured-content-gallery/)
   is a wordpress plugin that’s very similar.
 *  [Fitzroyalty](https://wordpress.org/support/users/fitzroyalty/)
 * (@fitzroyalty)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999886)
 * How do you add the Frontpage-Slideshow plugin output to a post or page? [http://wordpress.org/extend/plugins/frontpage-slideshow/](http://wordpress.org/extend/plugins/frontpage-slideshow/)
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999889)
 * Actually, you just cant put it on a random page : as it is written, it put the
   slideshow to the front page.
 * The next release will allow you to put it when ever you want by inserting a shot-
   tag.
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999891)
 * I just committed a new release that allow people to use shortcode to add the 
   slideshow
 *  [Hitkan](https://wordpress.org/support/users/hitkan/)
 * (@hitkan)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999892)
 * How can i put it into the php code?
    Or why just can’t I put the shortcode into
   a text widget? One of them would be very useful!
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999893)
 * The text widget/standalone widget way to display the slideshow is planned for
   a future version (it is not “so” easy to deal with that) but it is planned.
 * To add it into a php code, you could invoque the frontpageSlideshow function 
   like this :
 *     ```
       <?php
       	echo frontpageSlideshow('',true,frontpageSlideshow_get_options());
       ?>
       ```
   
 * I have not tested but it should work fine. Let me know if you test or have trouble(
   try to open a new thread for that)
 *  [Hitkan](https://wordpress.org/support/users/hitkan/)
 * (@hitkan)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999894)
 * Thanks, it works , but just a bit 🙁 you can see what I mean in this thread: 
   [http://wordpress.org/support/topic/315660?replies=0#post-1227617](http://wordpress.org/support/topic/315660?replies=0#post-1227617)
 * Thanks very much!
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999895)
 * Dead link….
 *  [Hitkan](https://wordpress.org/support/users/hitkan/)
 * (@hitkan)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999896)
 * Sorry: here comes the working one: [http://wordpress.org/support/topic/315660?replies=0](http://wordpress.org/support/topic/315660?replies=0)
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999897)
 * does not work neither…
 *  [Hitkan](https://wordpress.org/support/users/hitkan/)
 * (@hitkan)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999898)
 * :S how can i copy the link of my new thread? :S I have just copied the web address
   line on the top of my browser :S
 * Or search “frontpage slideshow into php code”
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999899)
 * The version 0.7 allows to display the slideshow into the sidebar by using the
   WordPress Text Widget and the shortcode.
    To do so, the original WordPress Text
   Widget is modified by the plugin in order to allow the use of all others shortcodes
   with it.
 * To insert the slideshow anywhere you want in a theme, consider using the following
   way :
 * `<?php echo do_shortcode('[FrontpageSlideshow]'); ?>`
    where `[FrontpageSlideshow]`
   is the short code eventually enclosing an alternative content to display if the
   slideshow can’t or must not be displayed.
 * Enjoy
 *  [jeff_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/#post-999900)
 * [@hitkan](https://wordpress.org/support/users/hitkan/) : if you want to add a
   new topic add it there : [http://wordpress.org/tags/frontpage-slideshow?forum_id=10](http://wordpress.org/tags/frontpage-slideshow?forum_id=10)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/frontpage-slideshow/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/frontpage-slideshow/page/2/?output_format=md)

The topic ‘Frontpage Slideshow’ is closed to new replies.

## Tags

 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 17 replies
 * 6 participants
 * Last reply from: [jeff_](https://wordpress.org/support/users/jeff_/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/frontpage-slideshow/page/2/#post-999902)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
