can anybody please offer a suggestion, how I get the sidebar in front of slider
<?php get_header(); get_sidebar(); if(have_posts()) : while(have_posts()) : the_post(); the_content(); get_footer(); endwhile; endif; ?>
this is the best I got
can anybody please offer a suggestion, how I get the sidebar in front of slider
<?php get_header(); get_sidebar(); if(have_posts()) : while(have_posts()) : the_post(); the_content(); get_footer(); endwhile; endif; ?>
this is the best I got