Thursday, February 5, 2015

Wordpress Single Category Posts

<div class="col-md-8 happer_new">
         
               <?php  
$loop = new WP_Query( array('post_type' => 'home', 'home_category' => 'happy', 'posts_per_page' => 1 ) );
while ( $loop->have_posts() ) : $loop->the_post();
$postid = get_the_ID();
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'thumbnail_size' );
$url = $thumb['0'];
?>
   
            <h3 class="happier"><?php echo the_title();?></h3>
            <div class="col-md-4 nopaddding"> <?php echo the_post_thumbnail();?> </div>
            <div class="col-md-8">
           
            <?php echo the_content();?>
           
            </div>
           
              <?php endwhile;?>
          </div>

1 comment:


  1. Hello,

    we provide affordable and result-oriented SEO services, please give a chance to serve you.


    Thanks
    Admin: E07.net

    ReplyDelete