Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header(); ?>
- <?php
- query_posts('posts_per_page=1');
- while(have_posts()) : the_post(); ?>
- <div class="jumbotron" style="inline-block">
- <h2><a href="<?php the_permalink('http://viso.lv/wordpress/?p=76'); ?>"><?php the_title(); ?></a></h2>
- <p><?php the_excerpt(); ?></p>
- </div>
- <?php endwhile; wp_reset_query(); ?>
- <div class="panel panel-body panel-default">
- <div class="row">
- <div class="col-md-2">
- <ul class="nav nav-pills nav-stacked">
- <?php wp_list_categories('orderby=name&title_li='); ?>
- </ul>
- </div><!-- end of col md-2 -->
- <div class="col-md-10">
- <?php while(have_posts()) : the_post(); ?>
- <h3><a href="<?php the_permalink('http://viso.lv/wordpress/?p=76'); ?>"><?php the_title(); ?></a></h3>
- <p><?php the_excerpt(); ?></p>
- <p class="text-muted">Опубликовано <?php the_author(); ?> на <?php the_time('F jS, Y'); ?></p>
- <?php endwhile; wp_reset_query(); ?>
- </div>
- </div>
- </div>
- <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment