Add a sidebar to the left and move context to the right?
-
How can i move the context to the right and add a sidebar on the left side, as any other normal webiste?.
<?php /* Template Name: Cover Page */ ?> <?php get_header(); ?> <div id="main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div style="width:850px !important;"> <?php the_content(' <div id="content" class="widecolumn"> Read the rest of this page ?</p>'); ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> </div><!-- #main --> <?php get_footer(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add a sidebar to the left and move context to the right?’ is closed to new replies.