Title: Question about Easing Slider plugin
Last modified: August 19, 2016

---

# Question about Easing Slider plugin

 *  [Shaun Kerr](https://wordpress.org/support/users/shaun-kerr/)
 * (@shaun-kerr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/question-about-easing-slider-plugin/)
 * I’ve installed this plugin onto my wordpress site. I created a (somewhat static)
   homepage template, and it sits at the top of that, which is perfect. However,
   it also shows up on my posts page, and I can’t seem to figure out why. Anyone
   know how to just make this show up on my home page template, as I only need it
   once on the site?

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

 *  [dfunkydog](https://wordpress.org/support/users/dfunkydog/)
 * (@dfunkydog)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/question-about-easing-slider-plugin/#post-1868189)
 * Use `is_home` [http://codex.wordpress.org/Function_Reference/is_home](http://codex.wordpress.org/Function_Reference/is_home)
 *  Thread Starter [Shaun Kerr](https://wordpress.org/support/users/shaun-kerr/)
 * (@shaun-kerr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/question-about-easing-slider-plugin/#post-1868214)
 * Hmmm, not sure if I follow. I already placed the <?php /*Template Name: Home*/?
   > tag at the top of my “static” page, and named it home.php, AND set the reading
   to have it show up as my frontpage.
 * I just don’t want the slider to show up anywhere except for my frontpage. But
   it’s showing up on my frontpage, and my posts page. I want to get it off of my
   posts page…
 *  [dfunkydog](https://wordpress.org/support/users/dfunkydog/)
 * (@dfunkydog)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/question-about-easing-slider-plugin/#post-1868358)
 * So what `is_home` does is check to see if the current page is your homepage.
 * The code you need is…
 *     ```
       <?php if(is_home())
       	{do this if it's front page}
       	else
       	{do that if it's any other page}
   
       ?>
       ```
   

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

The topic ‘Question about Easing Slider plugin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [dfunkydog](https://wordpress.org/support/users/dfunkydog/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/question-about-easing-slider-plugin/#post-1868358)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
