php - Wordpress - adding a widget between the menu and content -
i have setup first wordpress site , need able add slidedeck 2 in between menu , content see on alot of websites.
i have built in slider theme came need use slidedeck 2 various reasons.
here picture of mean , looking do: explanation picture
thanks in advance help!
you need open home page file(may index or page or template or header) , put below code when want slidedeck 2:
<?php echo do_shortcode( "[slidedeck2 id=your_id]" ); ?>
Comments
Post a Comment