I am using this plugin to display the posts from a particular category.
Here is the code I have used:
<?php sobeks_posts_in_category(12) ; ?>
However, it is listing not only posts from this category but also two pages. You can see it here in the bottom of the sidebar:
http://www.rmfcommunications.com/site/services/wordpress/
The pages that do not belong are: "About this Site" and "Site Map".
Does anyone know how I can correct this?
Thanks.