Title: munka's Replies | WordPress.org

---

# munka

  [  ](https://wordpress.org/support/users/munka/)

 *   [Profile](https://wordpress.org/support/users/munka/)
 *   [Topics Started](https://wordpress.org/support/users/munka/topics/)
 *   [Replies Created](https://wordpress.org/support/users/munka/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/munka/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/munka/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/munka/engagements/)
 *   [Favorites](https://wordpress.org/support/users/munka/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Nivo Slider] Hard code into post template?](https://wordpress.org/support/topic/hard-code-into-post-template/)
 *  [munka](https://wordpress.org/support/users/munka/)
 * (@munka)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/hard-code-into-post-template/#post-2052061)
 * I finally figured this out and it’s pretty easy.
 * First, I found that the plugin does NOT recognize featured images on pages, only
   on posts. So select your images for your home page or front page slider by creating
   posts with featured images. I’m using the Shell-Lite Template on WP 3.3.1.
 * Then go to any page or post and use the Easy Nivo Slider button to create shortcode
   on the page or post, set up the way you want your homepage slider to appear (
   just a temporary step to generate the shortcode).
 * Then open your front page or home page template and insert the slider this way:
   
   <?php echo do_shortcode(‘[nivo number=10]’); ?> , where
 * > [nivo number=10]
 *  is the shortcode generated in the previous step.

Viewing 1 replies (of 1 total)