I got it to work by doing manual labor:
‘ <?php
$posts = get_posts(‘numberposts=3&offset=0&category=1’);
foreach ($posts as $post) :
?> ‘
then I just put the category ID manually by using:
‘<?php echo get_the_category_by_ID(1); ?>’
I figured that categories barely change, so I can easily modify the code.
Thanks to those that helped me out 🙂
Thank you Ill test this out =)
There are a number of great themes at http://codex.wordpress.org/Using_Themes/Theme_List
Most of them are actually pretty good.
Good luck 🙂