Title: schpitz's Replies | WordPress.org

---

# schpitz

  [  ](https://wordpress.org/support/users/schpitz/)

 *   [Profile](https://wordpress.org/support/users/schpitz/)
 *   [Topics Started](https://wordpress.org/support/users/schpitz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/schpitz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/schpitz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/schpitz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/schpitz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/schpitz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms] how to load the “slug”](https://wordpress.org/support/topic/how-to-load-the-slug/)
 *  Thread Starter [schpitz](https://wordpress.org/support/users/schpitz/)
 * (@schpitz)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/how-to-load-the-slug/#post-14079171)
 * 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%`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms] the “tag link format” option is not working on the widget](https://wordpress.org/support/topic/the-tag-link-format-option-is-not-working-on-the-widget/)
 *  Thread Starter [schpitz](https://wordpress.org/support/users/schpitz/)
 * (@schpitz)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/the-tag-link-format-option-is-not-working-on-the-widget/#post-14079129)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Social Post And Widget] Invalid request options.](https://wordpress.org/support/topic/invalid-request-options/)
 *  [schpitz](https://wordpress.org/support/users/schpitz/)
 * (@schpitz)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/invalid-request-options/#post-12627535)
 * the same problem is here.
    I didn’t make any changes: it just stopped working
   and I get the same error feedback by email

Viewing 3 replies - 1 through 3 (of 3 total)