Se ha movido la sidebar hacia abajo
-
Buenas, tengo un problema con mi blog (http://chikedor.hosteando.org). La sidebar se ha movido hacia abajo, y no hay manera de solucionarlo.
Use MushBlue Template.
Sospecho que el problema está en index.php, ya que en la segunda página la sidebar se vé perfectamente.
Os dejo el código por si veis algo raro. Gracias de antemano:
<?php
get_header();
?><div id=»content»>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=»entry <?php if(is_home() && $post==$posts[0] && !is_paged()) echo ‘ firstpost’;?>»>
<div class=»date»><p><span class=»month»><?php the_time(‘M’) ?></span><span class=»day»> <?php the_time(‘j’) ?> </span></p></div>
<h3 class=»etitle» id=»post-<?php the_ID(); ?>»> » rel=»bookmark»>
<?php the_title(); ?>
</h3>
<div class=»emeta»>
<?php //the_time(‘F dS, Y’);
echo » Category: «;the_category(‘,’);?>
</div>
<div class=»ebody»>
<?php the_content(__(‘Read more’));?><?php comments_popup_link( ‘No comments ‘,’1 comment ‘,’% comments ‘, ‘clink ‘,’Comments are off for this post ‘);
edit_post_link(__(‘Edit‘));?>
</div>
<!–
<?php trackback_rdf(); ?>
–>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
</p>
<?php endif; ?>
<p>
<?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
</p>
</div>
<!– The main column ends –>
<?php get_sidebar(); ?>
<?php get_footer(); ?> -
ami se me acaba de desplazar también hacia abajo, pero yo tengo el blog alojado en wordpress, y yo no toqué nada
-
- El debate ‘Se ha movido la sidebar hacia abajo’ está cerrado y no admite más respuestas.