Showing 'array' where stats should be
-
I have a site built on the Vantage theme, with a Listings CPT, and a number of custom fields.
I’ve installed Post-views, getting all green lights, but when I look at where i put the php code, it just says ‘array’.
Only other note is I am putting it on an list of posts based on an author signing in to see them. But its essentially a archive list using
while ( $listings->have_posts() ) : $listings->the_post();so i don’t see that being much of a problem.
Any ideas on why its showing ‘array’? I’ve checked that jetpack is recording stats for the posts i’m checking.
The topic ‘Showing 'array' where stats should be’ is closed to new replies.