Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/03/2010, 22:19
xnco77
 
Fecha de Ingreso: abril-2009
Mensajes: 201
Antigüedad: 15 años
Puntos: 4
Pregunta que hay de malo aca

como el titulo bien lo dice que hay de malo en este codigo

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 &raquo;'); ?>
 
 
<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('&laquo; Older Entries') ?></div>
			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></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(); ?>