I've heavily modified the code of Arthemia for my website. As you can see, the Featured catergory has been moved. My boss doesn't want a generic "Featured" category but instead for each section to link to a different category. I looked at the code to get the Featured category showing which is:
<?php query_posts("showposts=1&category_name=Featured"); $i = 1; ?>
When I tried to copy that and just change the category_name from Featured to Community, the entire block disappeared! What can I do to bring each of these categories back?
(There is suppose to be four blocks horizontally aligned below the slideshow)
Thanks!