How to add the Featured Slider on Blog Page?
Hi,
How can I add the featured ad slider to my blog page, next to the smooth slider?
Here is my website:
www.e-cernavoda.ro (the home page is actually the blog page)
I want to make the sliders looking like in this page:
http://charmwoodvillage.com/
I tried to do this myself, and looked for answers on this forum, but didn't find exactly what I need.
On my site, I also tried to put the smooth slider under the menu bar (outside the green band color), but the slider moves to the left. The only place I discovered to align the slider in the center is under the menu bar BUT inside the green band color. The code from "header.php" with the smooth slider looks like this:
<div class="clr"></div>
<?php if ( function_exists( 'get_smooth_slider' ) and is_home() ) {
get_smooth_slider(); } ?>
</div><!-- /header_menu_res -->
</div><!-- /header_menu -->
</div><!-- /header -->
Could you please help me to position the smooth slider under the green band color and next to the featured slider like in this page:
http://charmwoodvillage.com/ ?
Thank you!