Dobar dan, svijete!
To get the category specific posts in reverse chronological order, use the following piece of code (template tag) at the necessary place in your theme’s template file.
if ( function_exists( ‘get_smooth_slider_category’ ) ) { get_smooth_slider_category(‘apple’); }
where ‘apple’ is the slug (url friendly version of the category name) of the category from which you want to extract the posts to be shown in the slider. Replace it with your own category slug and you are done.



