error message after adding snippet
-
Entered the following code via code snippets & received the error message found on the link provided (http://staging2.goldenstatefloors.com/):
if ( is_singular( ‘product’ ) ) {
wc_get_template_part( ‘content’, ‘single-product’ );
} else {
wc_get_template_part( ‘content’, ‘single-product’ );
}How/where do I removed this line of code and get (1) my site back up and (2) the previous snippets created functional again?
Thanks!
The page I need help with: [log in to see the link]
The topic ‘error message after adding snippet’ is closed to new replies.