2014-09-30 12:13:06 +03:00
|
|
|
<?php get_header(); ?>
|
2014-10-04 23:54:46 +03:00
|
|
|
<section class="content grid">
|
|
|
|
<div class="col2">
|
|
|
|
<h1><?php echo get_bloginfo('name'); ?> </h1>
|
|
|
|
<p><?php echo get_bloginfo('description'); ?></p>
|
|
|
|
</div>
|
|
|
|
<div class="col2">
|
2014-10-05 08:42:32 +03:00
|
|
|
<?php echo do_shortcode( '[sponsors]' ); ?>
|
2014-10-04 23:54:46 +03:00
|
|
|
</div>
|
2014-09-30 12:13:06 +03:00
|
|
|
</section>
|
2014-10-04 23:54:46 +03:00
|
|
|
|
|
|
|
<div class="separator"></div>
|
|
|
|
|
|
|
|
<section class="content">
|
2014-10-06 04:38:44 +03:00
|
|
|
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="Новини"]' ); ?>
|
2014-10-04 23:54:46 +03:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="separator"></div>
|
|
|
|
|
2014-10-06 04:38:44 +03:00
|
|
|
|
2014-10-06 05:41:54 +03:00
|
|
|
<?php echo do_shortcode( '[transport]' ); ?>
|
2014-10-06 04:38:44 +03:00
|
|
|
|
2014-09-30 12:13:06 +03:00
|
|
|
<?php get_footer(); ?>
|