Remove sidebar from front page

This commit is contained in:
Monika Eftimova 2014-10-06 05:41:54 +03:00
parent 393bc21d8c
commit 7020dc79d9
1 changed files with 1 additions and 19 deletions

View File

@ -5,7 +5,6 @@
<p><?php echo get_bloginfo('description'); ?></p>
</div>
<div class="col2">
<h3>Спонсори</h3>
<?php echo do_shortcode( '[sponsors]' ); ?>
</div>
</section>
@ -18,24 +17,7 @@
<div class="separator"></div>
<section class="content">
<h3>Място: Интерпред, София, България</h3>
<?php
$transport_args = array( 'post_type' => 'transportation' );
$transport = new WP_Query( $transport_args );
if ( $transport->have_posts() ) :
while ( $transport->have_posts() ) : $transport->the_post();
?>
<p><?php the_title(); ?> <br /> <?php the_content(); ?></p>
<?php
endwhile;
endif;
?>
</section>
<?php echo do_shortcode( '[transport]' ); ?>
<?php echo do_shortcode( '[ready_google_map id="1" map_language="en" type="HYBRID" align="right"]' ); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>