StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-29-2009, 10:49 AM
PogoFan PogoFan is offline
Registered User
Pro Plus Member
 
Join Date: Jun 2009
Location: Somewhere on the right coast.
Posts: 76
Default Excluding categories from Recent Posts

I read through previous threads on this topic, but still need help. I want to exclude two categories (15 and 16) from the Recent Posts (renamed "Latest Headlines") that appears on my home page in the top sidebar.

I went into sidebar.php and edited the code this way:

Code:
<ul id="sidebarwidgeted">
	
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Top') ) : ?>
	
	       <li id="recent-posts">
          <h2>Latest Headlines</h2>
          <ul>
             <?php $recent = new WP_Query("cat=-15,-16&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>[*]<?php the_title(); ?>
             <?php endwhile; ?>[/list]          

		
	<?php endif; ?>
	
	[/list]
But nothing shows up on the home page at all for Latest Headlines that way. If I enable the Recent Posts widget, headlines from all categories show up, which I clearly don't want.

What am I doing wrong this time? :)
__________________
Destroying good code since 1970.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Categories and Recent Posts > in Header.php guymonroe General Discussion 5 04-06-2010 08:59 AM
Excluding categories in Recent posts icono General Discussion 6 11-27-2008 06:02 PM


All times are GMT -5. The time now is 01:24 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.