Update: Sobek`s Posts in Category plugin v1.2
Sobek`s Posts in Category plugin has been updated to v1.2. It is now possible to sort the output by date, just enter ‘date’ as the first argument eg.
<?php sobeks_posts_in_category(’date’,3,4,5,6); ?>
The contents of the selected categories will be mixed together and sorted by date. If you omit the ‘date’ argument e.g.
<?php sobeks_posts_in_category(3,4,5,6); ?>
or supply the ‘title’ argument instead eg.
<?php sobeks_posts_in_category(’title’,3,4,5,6); ?>
the posts will still be sorted by title. As you can see, there has been a slight change of the name of the function from “s_posts_in_category” to “sobeks_posts_in_category”.
The plugin page and tutorial have also been updated again. Enjoy!
Posted in UpdatesTags: plugin, Posts in Category, update, v1.2



Leave a comment