Title: Replace the theme slider
Last modified: August 22, 2016

---

# Replace the theme slider

 *  [graffcomics](https://wordpress.org/support/users/graffcomics/)
 * (@graffcomics)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/replace-the-theme-slider/)
 * Hello !
 * Thank you for your theme ! I have a major issue : I chose Dazzling for my graffcomics.
   com website because I liked the slider. But i saw later that the slider was just
   for displaying the latest posts and not for pages like I intended to use it. 
   Because I’ve got no choice, I chose another slider to replace the Dazzling slider,
   Master Slider.
 * They say that if you add this code <?php echo do_shortcode([huge_it_slider id
   =2]); ?> in the header.php, you should see it. But it’s not working for me. I’m
   a beginner, so maybe i’m placing it wrong in the code, I tried many locations.
 * Please can you help me ? Thank you in advance
 * Fanny
 * (sorry for the broken english, i’m french)

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

 *  [V-Jake](https://wordpress.org/support/users/v-jake/)
 * (@v-jake)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/replace-the-theme-slider/#post-5408245)
 * I have the same problem. I do not want the post that’s only used for the featured
   image to show in my latest blog post… Can i hide them there?! I do not want them
   in my sidebar widget latest post.
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/replace-the-theme-slider/#post-5408251)
 * V-Jake,
 * Add this code to Theme Options – Other – Custom CSS and it will hide featured
   images from single post view.
 *     ```
       .single .thumbnail.wp-post-image {
           display: none;
       }
       ```
   
 * What do you mean by _ “I do not want them in my sidebar widget latest post.”_?
 * You want to hide featured images from popular posts widget where you can see 
   recent popular and recent comments?
 *  [V-Jake](https://wordpress.org/support/users/v-jake/)
 * (@v-jake)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/replace-the-theme-slider/#post-5408252)
 * Hi Silkalns, Thanks for you reply.
 * I mean that i just want to use de home slider for images not for blog.
    Now i
   have 3 post that are slider1, slider2 and slider3. But on the following pages
   they also show in the sidebar latest post…
 * So i think that your css style option won’t work for me…
    For now i have a hard
   coded image in place of the slider. But it would be nice if my wish option would
   work.
 * Have a nice day!!

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

The topic ‘Replace the theme slider’ is closed to new replies.

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

## Tags

 * [replace slider](https://wordpress.org/support/topic-tag/replace-slider/)

 * 3 replies
 * 3 participants
 * Last reply from: [V-Jake](https://wordpress.org/support/users/v-jake/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/replace-the-theme-slider/#post-5408252)
 * Status: not resolved