featured posts shortcode not display correctly in header.php 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.
Viewing 2 replies - 1 through 2 (of 2 total)
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.