Quote:
|
Originally Posted by Debra
there is nothing wrong you just need to create the categories--enter them in the appropriate area and then write some posts to populate the featured content areas.
open tabber.php and change the areas in bold
<h2>Featured #1</h2>
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
to find the cat ids go to your category admin section hover over the category name and in IE the id number will show as the alt in FF it will show in the bottom browser bar
|
Debra,
Thank you for your help. You got me back on track :) I didn't know that I had to manually enter in the categories for the Feature #s(no laughing! ;) , so knowing that helped me bring everything back, including the Featured Category from the home.php page. Crisis averted. Thanks again!
Luke