Advertisement
Guest User

Current Code

a guest
Dec 7th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php $parent = get_cat_ID('Sports'); query_posts("cat=-$parent");?>
  2.                 <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  3.                     <h2><?php the_title(); ?></h2>
  4.                 <?php endwhile; else: ?>
  5.                     <p>We're sorry...currently, there are no slideshow images.</p>
  6.                 <?php endif; ?>
  7.             <?php wp_reset_query(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement