post-template.php line 284
-
When I add a page I get this error at the top.
Warning: count(): Parameter must be an array or an object that implements Countable in (I took this part of the address out)\backyardpollinator.com\wp-includes\post-template.php on line 284It doesn’t matter what theme I have installed.
I do have woocommerce installed, and it even happens with their default welcome page.Those lines on 284 of the post-template.php are
if ( $page > count( $pages ) ) // if the requested page doesn’t exist
$page = count( $pages ); // give them the highest numbered page that DOES existI don’t know php, but the page DOES exist.
Can someone help with this?
The page I need help with: [log in to see the link]
The topic ‘post-template.php line 284’ is closed to new replies.