Re: Featured posts and excluding most current??
You can offset posts like this...
<?php $recent = new WP_Query("cat=1&showposts=1&offset=1"); while($recent->have_posts()) : $recent->the_post();?>
What that will do is tell it to skip a post and start on post two. Change it to 2 and it will show the third most recent post.
__________________
Some of the websites I've built with StudioPress:
<a href="http://www.horseracing.fm">Horse Racing</a> | <a href="http://wedding-blog.net">Wedding Blog</a> | <a href="http://www.weddingtrix.com">Wedding Planning Guide</a> | <a href="http://advance.to">Search Engine Marketing</a> | <a href="http://www.automateyourprofits.com">Betting Software</a> | <a href="http://www.bettingbots.com">Betting Bots</a> | <a href="http://www.pokerclubscotland.com">Poker Club Scotland</a>
|