Is there solutions about adding a slideshow-header alternative to featured post image?
I use the Masterslider – it is easy to implement, works perfect with HUEMAN and is stylish and modern
http://www.masterslider.com/master-slider-wordpress-plugin/
Yes, that pixelthemes.com is my link only. If any questions, please do not hesitate to ask me.
Hi totalwhile,
Your article is very nice.
But in case I don’t want meta slider appears in Single and Archive-Category, How i do it ?
I want Meta Slider appears in Home only.
Thanks
By adding some conditions like is_frong_page() OR is_home() you can set the slider only in homepage.
Hi Vijayrajest,
Thank you for your advice but I am a newer, could you give me more details ?
Thanks
i got already. it is:
<?php
if( is_home () ) echo do_shortcode(“[metaslider id=101]”); ?>