Can’t echo wp_count_posts(‘page’)?

I’m trying to echo the value of the variable in the code below. I’m getting an error (see below)…

Here’s the code…

Read More
$mypagecount = wp_count_posts('page');
echo $mypagecount;

Here’s the error:

Catchable fatal error: Object of class stdClass could not be converted to string

Related posts

Leave a Reply

1 comment