Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php query_posts('cat=3&posts_per_page=5'); ?>
  2.  
  3.   <div class="textwidget">
  4.     <?php while ( have_posts() ) {
  5.       the_post();
  6.      }  ?>
  7.   </div>
Add Comment
Please, Sign In to add comment