Title: featured posts shortcode not display correctly in header.php file?
Last modified: August 22, 2016

---

# featured posts shortcode not display correctly in header.php file?

 *  Resolved [Ramakrishna](https://wordpress.org/support/users/ramakrishna_nyros/)
 * (@ramakrishna_nyros)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/featured-posts-shortcode-not-display-correctly-in-headerphp-file/)
 * I used the following short-code in my header.php:
 * <?php
    if (is_front_page() || is_home()) { echo do_shortcode(‘[tribulant_slideshow
   featured=”true” featurednumber=”10″ featuredtype=”post”]’);
 * } ?>
 * It displays the the featured post’s from second post.But when I used In page 
   it shows from first post.what is the issue here.
 * [https://wordpress.org/plugins/slideshow-gallery/](https://wordpress.org/plugins/slideshow-gallery/)

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

 *  Thread Starter [Ramakrishna](https://wordpress.org/support/users/ramakrishna_nyros/)
 * (@ramakrishna_nyros)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/featured-posts-shortcode-not-display-correctly-in-headerphp-file/#post-5577809)
 * I got the solution for this.
    In slideshow-gallary.php file(line no 288)contains‘
   exclude’=>$post->ID. So it excludes current post from slide-show.I changed it
   as following: ‘exclude’=> $exclude
 * Any way Thanks for the great plug-in.
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/featured-posts-shortcode-not-display-correctly-in-headerphp-file/#post-5578010)
 * Thank you for your post and for posting your solution as well.

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

The topic ‘featured posts shortcode not display correctly in header.php file?’ is
closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/featured-posts-shortcode-not-display-correctly-in-headerphp-file/#post-5578010)
 * Status: resolved