Recent Posts widget error
-
I’m using verison 1.3 of Clean Blogging, I added the Recent Posts widget to the Sidebar, and the following error is displayed:
Notice: Undefined index: number_of_posts in /var/lib/wordpress/wp-content/themes/clean-blogging/inc/recent-posts.php on line 22
I’ve got rid of the message by changing line 22 of recent-posts.php to:
$number_of_posts = esc_attr(empty( $instance['number_of_posts'] ) ? 5 : $instance['number_of_posts'] );
Has anyone else experienced this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Recent Posts widget error’ is closed to new replies.