Title: add info text
Last modified: September 11, 2016

---

# add info text

 *  [Iuda](https://wordpress.org/support/users/iuda/)
 * (@iuda)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-info-text/)
 * Hy, how to add some text+ link in red marked area ? here [http://imgur.com/a/4iTvf](http://imgur.com/a/4iTvf)
    -  This topic was modified 9 years, 9 months ago by [Iuda](https://wordpress.org/support/users/iuda/).

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

 *  [Aghasi](https://wordpress.org/support/users/aghasi/)
 * (@aghasi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-info-text/#post-8173219)
 * Hi luda,
    In your template’s function.php file, try to use this code:
 *     ```
       add_action('comment_form_before','my_tex_before_form');
       public function  my_tex_before_form(){
       echo 'Text';
       }
       ```
   
 *  Thread Starter [Iuda](https://wordpress.org/support/users/iuda/)
 * (@iuda)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-info-text/#post-8629824)
 * well, not working. i put this in my theme functions.php ant give a 500 error
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-info-text/#post-8629895)
 * Please use this one:
 *     ```
       add_action('comment_form_before','my_text_before_form');
       function  my_text_before_form(){
       echo 'Text';
       }
       ```
   
 *  Thread Starter [Iuda](https://wordpress.org/support/users/iuda/)
 * (@iuda)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/add-info-text/#post-8629934)
 * tnx, works like a charm

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

The topic ‘add info text’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Iuda](https://wordpress.org/support/users/iuda/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/add-info-text/#post-8629934)
 * Status: not resolved