<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(); ?>