Os adjunto el código
Código PHP :
get_header(); ?>
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="col-md-6">
<?php simple_portfolio_query_projects(); ?>
<?php while (have_posts()) : the_post(); ?>
<div class="col-md-12 hidden-xs">
<h3 id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></a></h3>
</div>
<div class="col-md-12 visible-xs">
<h3 id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></a></h3>
</div>
<?php the_content('Read more »'); ?>
<?php endwhile; ?>
</div><!-- .col-md-8 -->
<div class="col-md-6">
<?php simple_portfolio_query_projects(); ?>
<?php while (have_posts()) : the_post(); ?>
<div class="col-md-12 hidden-xs">
<h3 id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></a></h3>
</div>
<div class="col-md-12 visible-xs">
<h3 id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></a></h3>
</div>
<?php the_content('Read more »'); ?>
<?php endwhile; ?>
</div><!-- .col-md-8 -->
</div>
<div class="col-md-4">
<?php get_sidebar(); ?>
</div><!-- .col-md-4 -->
</div><!-- .row -->
</div><!-- .container -->
<?php get_footer(); ?>
y la imagen de lo que me pasa
[img]http://l4c.me/fotos/morrisongarden/wordpress-bootstrap[/img]
Y el link donde tengo el problema
http://morrisongarden.com/portfolio/
