Arras_Widget_Tag_Cloud – fatal error 404
-
I need help:
Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/fokusze/public_html/videoteka/wp-content/themes/arras/library/widgets.php on line 404how to solve this
function form($instance) {
$instance = wp_parse_args( (array)$instance, array(
‘order’ => array(‘featured’, ‘latest’, ‘comments’, ‘tags’),
‘display_home’ => true,
‘display_thumbs’ => true,
‘query’ => ‘slideshow’,
‘postcount’ => 8,
‘commentcount’ => 8
) );
$order = $instance[‘order’];
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Arras_Widget_Tag_Cloud – fatal error 404’ is closed to new replies.