I have installed a theme on my site…but it is showing error on main page…
may somebody help me…i shall be thank full for help…error message is given below…
Warning: implode() [function.implode]: Invalid arguments passed in /home/urcric/public_html/trendztime.com/wp-content/themes/ZPRESS/functions/wpzoom-widgets.php on line 1450
line 1450 is underlined…full code could not post here due to allowed limit…
if ($type == ‘tag’)
{
$postsq = $slugs;
}
elseif ($type == ‘cat’)
{
$postsq = implode(",",$category);
}
/* Before widget (defined by themes). */
//echo $before_widget;
?>