Advertisement
shelob9

category for slider

Feb 2nd, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.     <?php
  2.     $cat = get_option('winterfell_theme_options');
  3.     $cat['slide-cat'];
  4.    
  5.     $categoryvariable = $cat;
  6.     $args = 'cat=' . $categoryvariable . '&orderby=date&order=ASC';
  7.    
  8.     query_posts( $args );
  9.     if(have_posts()) :
  10.         while(have_posts()) : the_post();
  11.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement