Title: Slideshow vs Featured Image
Last modified: August 31, 2016

---

# Slideshow vs Featured Image

 *  Resolved [mprythero](https://wordpress.org/support/users/mprythero/)
 * (@mprythero)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slideshow-vs-featured-image/)
 * I love your theme first off. But I have an issue with the slider being on other
   pages besides the homepage. I was wondering if there was a way to remove the 
   slider on other pages, and possibly whether or not I could replace the slider
   with a featured image. The slider just takes up to much room on other pages and
   I’m afraid some visitors may feel as if it is the same page.
 * Thanks! Matt

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * (@jerryscg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slideshow-vs-featured-image/#post-7199171)
 * Hello mprythero,
 * Right now there is no way to show the slider only on homepage.
 * Im preparing update for this but until that you can edit manually next file:
 * `wp-content/themes/agama/framework/slider.php`
 * Search for:
 * `<?php if( ! get_header_image() ): // Do not output slider if header image is
   active ?>`
 * and replace it with:
 * `<?php if( ! get_header_image() && is_home() || ! get_header_image() && is_front_page())://
   Do not output slider if header image is active ?>`
 * This will show slider only on homepage or front page and nowhere else.
 * As i said update is upcoming so you will be able to enable / disable slider on
   desired pages.
 * Best Regards
 *  Thread Starter [mprythero](https://wordpress.org/support/users/mprythero/)
 * (@mprythero)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slideshow-vs-featured-image/#post-7199268)
 * That would be great. Like I said, I do enjoy your theme. I was wondering if there
   was a way to put the featured image of a page where the slider once was. If that’s
   not possible that’s fine, it’s just one of the things my board asked me about.
   Thanks again.
 *  [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * (@jerryscg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slideshow-vs-featured-image/#post-7199284)
 * It is possible, just remove slider images (slider will turn off) & upload header
   image/s from:
 * `Customize->Header->Header Image`
 * Sorry if i miss-understand your question.
 * Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Slideshow vs Featured Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/slideshow-vs-featured-image/#post-7199284)
 * Status: resolved