[Plugin: Featured Posts Scroll] Current category ID for slider plugin
-
Hi.
I need to get current category ID when using this plugin:
http://ww.wp.xz.cn/extend/plugins/featured-posts-scroll/installation/This code:
<?php if (function_exists('fps_show')) {
$args = array(
'cat' => '',/* comma separated list of category ids to include (put '-' in front of ids to exclude) */
'tag' => '' /* comma separated list tag slugs to include */);
echo fps_show($args);
}?>
shows only posts from specific categories defined by their IDs.But I need this code for category.php that will display slider with posts ONLY from current category.
So please help me with this bit of code:
'cat' => '',/* comma separated list of category ids to include (put '-' in front of ids to exclude) */Thanks.
The topic ‘[Plugin: Featured Posts Scroll] Current category ID for slider plugin’ is closed to new replies.