Error on custom taxonomy page
-
Apologies if this has been asked, I can’t find a way to search support for just one plugin…
Anyway, I have 2 custom taxonomy category pages (taxonomy-….php). On these pages I seem to get an error in my header:
"Notice: Undefined property: stdClass::$ID in /data/stage.ponds.co.za/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php on line 2036"Which is:
if ( $page_for_posts && ( !is_object( $post ) || ( $page_for_posts != $post->ID ) ) && is_home() )I’m guessing I need to put something in there to specify its a taxonomy?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Error on custom taxonomy page’ is closed to new replies.