Undefined variable: post
-
I display the current taxonomy name above the product title. I added this code to title.php file :
the_terms( $post->ID, 'xxx', '<span>', ' , ', '</span>' );
It works fine, however when I switch debugging on I see this error:
Notice: Undefined variable: post in …/…/title.phpWhy is it appearing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined variable: post’ is closed to new replies.