<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<div class="container">
<div class="row">
<?php if ( have_posts() ) : query_posts('p=27');
while (have_posts()) : the_post(); ?>
<div class="col-md-4 col-md-push-4 animation_1">
<h3>Photo</h3>
<div class="person">
<?php if ( has_post_thumbnail() ) : ?>
<a class="popup" href="<?php
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large' );
echo $large_image_url[0];
?>"><?php the_post_thumbnail(array(220, 220)); ?></a>
<?php endif; ?>
</div>
</div>
<div class="col-md-4 col-md-pull-4 animation_2">
<h3><?php the_title(); ?></h3>
<?php the_content(); ?>
</div>
<? endwhile; endif; wp_reset_query(); ?>
<div class="col-md-4 animation_3 personal_last_block">
<?php if ( have_posts() ) : query_posts('p=30');
while (have_posts()) : the_post(); ?>
<h3><?php the_title(); ?></h3>
<h2 class="personal_header"><?php echo get_bloginfo('name'); ?></h2>
<?php the_content(); ?>
<? endwhile; endif; wp_reset_query(); ?>
кодировка латинская стоит