Update: Sobek`s Posts in Category plugin v1.3
Sobek`s Posts in Category plugin has been updated to v1.3. It is now possible to show the number of posts displayed, just enter ‘count’ as the second argument eg.
<?php sobeks_posts_in_category(’date’,’count’,3,4,5,6); ?>
The contents of the selected categories will be preceded by an item stating “There are # post(s) in this category”, with the # being the number of posts. If you omit the ‘count’ argument e.g.
<?php sobeks_posts_in_category(’date’,3,4,5,6); ?>
or supply the ‘nocount’ argument instead eg.
<?php sobeks_posts_in_category(’date’,’nocount’,3,4,5,6); ?>
the posts will not be counted. The plugin page and tutorial have been updated once more. Enjoy!
Posted in UpdatesTags: plugin, Posts in Category, update, v1.3



Leave a comment