Hi guys,
I have the same problem, but in the:
./public_html/wp-content/themes/customizr/inc/parts/class-content-post_metas.php
I have a little different line:
$tag_list = ! empty($tag_list) && $_show_tags ? sprintf( ‘?%s %s’ , __(‘tagged’ , ‘customizr’) , $tag_list ) : ”;
Can You help me what should I change in this line?