I made a change in your code and it worked.
insert in blank line number 214 of the file inc/class.client.php the following code:
$element_loop = str_replace( '%tag_slug%', $term->slug, $element_loop );
and then call in the widget “format” using:
%tag_slug%
HI;
thanks for answering.
I discovered the problem.
in the inc/class.widgets.php file (line 191), should replace this:
$instance[ $field ] = strip_tags( $new_instance[ $field ] );
for this:
$instance[ $field ] = $new_instance[ $field ];
now the format in the widget accepts html tags
the same problem is here.
I didn’t make any changes: it just stopped working and I get the same error feedback by email