Title: admin response in widget
Last modified: March 14, 2019

---

# admin response in widget

 *  Resolved [face2005](https://wordpress.org/support/users/face2005/)
 * (@face2005)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/admin-response-in-widget/)
 * Hello!
    How to cancel cutting text in the widget and show the answer of the admin
   in the widget?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-response-in-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/admin-response-in-widget/#post-11317518)
 * Hi,
    It is not really designed with this in mind. If you want this, you do need
   some ability in PHP programming.
 * One option is to copy the file /frontend/gb-widget.php into your own plugin and
   rewrite it to your needs.
 * Another option is to use the filter ‘gwolle_gb_entry_widget_add_after’ to add
   the admin reply. For setting the word limit to unlimited, you can add probably
   use the inspector when updating the widget under Appearance > Widgets, and set
   the value for the select dropdown to 1000 for example. It should just save that
   value.
 * Does this help?
 *  Thread Starter [face2005](https://wordpress.org/support/users/face2005/)
 * (@face2005)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/admin-response-in-widget/#post-11320003)
 * Hello!
    thanks for the answer! but it does not work, I write this in the gb-widget.
   php file:
 *     ```
       // Use this filter to just add something
       $widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_after', '', $entry );
       $widget_html .= '<div class="admin_reply_content">' . $entry->get_admin_reply_content() . '</div>';
       ```
   
 * help me please…
 *  Thread Starter [face2005](https://wordpress.org/support/users/face2005/)
 * (@face2005)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/admin-response-in-widget/#post-11320289)
 * decided, thank you
    $entry->get_admin_reply()
    -  This reply was modified 7 years, 2 months ago by [face2005](https://wordpress.org/support/users/face2005/).

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

The topic ‘admin response in widget’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [face2005](https://wordpress.org/support/users/face2005/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/admin-response-in-widget/#post-11320289)
 * Status: resolved