es que el sidebar me sale debajo de los post y no al lado como lo quiero y el footer todo agrietado y disparejo
Código:
<?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="post-title"> <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title_attribute (); ?>"><?php the_title(); ?></a> </h2> <ul class="widgets"> <li><a name="fb_share" type="button_count" share_url="<?php echo get_permalink() ?>"></a></li> </ul> <p class="meta"><span>Por <strong><?php the_author() ?></strong> el <?php the_time('F jS, Y') ?> - <small><span class="comments"><?php comments_popup_link('No Hay Comentarios', '1 Comentario', '% Comentarios'); ?> </span></small></span></p> </div><!-- /post-title --> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> <span class="category"><stone>Archivado En </stone></span><?php the_category(', ') ?> | <?php edit_post_link('editar', '', ''); ?> </div><!-- /entry --> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php get_search_form(); ?> <?php endif; ?> </div><!-- /content --> </div><!-- /container --> </div><!-- /main --> <?php get_sidebar(); ?> <?php get_footer(); ?>