Hi i am receiving this message when i try to upload my theme to wordpress:
Fatal error: ‘continue’ not in the ‘loop’ or ‘switch’ context in /var/www/groce.dk/public_html/wp-content/themes/storex/widgets/class-pt-widget-collapsing-categories.php on line 213
/* Get link to category & Adding extra data to cat anchor */
$term_link = get_term_link( (int) $cat->term_id, $cat->taxonomy );
if ( is_wp_error( $term_link ) ) {
continue;
}
Line 213 is: continue;
I hope you can provide some kind of help