Title: Plugin don&#039;t work if used in header.php
Last modified: August 30, 2016

---

# Plugin don't work if used in header.php

 *  Resolved [Marc2323](https://wordpress.org/support/users/marc2323/)
 * (@marc2323)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-dont-work-if-used-in-headerphp/)
 * Hi thanks for this nice plugin.
 * I want to use the shortcode in the header.php but
    seems not to work. Only the
   code is displayed on the Side left under the first car picture. If i use the 
   code in post page like [http://www.kfz-wert.info/neu.html](http://www.kfz-wert.info/neu.html)
   it works. Is there a way to use it in the header.php ?
 * Thanks for your help.
 * Marcus
 * [https://wordpress.org/plugins/good-reviews-wp/](https://wordpress.org/plugins/good-reviews-wp/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-dont-work-if-used-in-headerphp/#post-6299865)
 * To use shortcodes in a .php template file, you need to use the function `do_shortcode`
   like this:
 *     ```
       <?php echo do_shortcode( '[good-reviews]' ); ?>
       ```
   
 *  Thread Starter [Marc2323](https://wordpress.org/support/users/marc2323/)
 * (@marc2323)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-dont-work-if-used-in-headerphp/#post-6300013)
 * Hi Nate,
 * thanks for the help.
 * Now it works perfect 🙂
 * Marcus

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

The topic ‘Plugin don't work if used in header.php’ is closed to new replies.

 * ![](https://ps.w.org/good-reviews-wp/assets/icon-128x128.png?rev=2205475)
 * [Five Star Restaurant Reviews](https://wordpress.org/plugins/good-reviews-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/good-reviews-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/good-reviews-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/good-reviews-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/good-reviews-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/good-reviews-wp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Marc2323](https://wordpress.org/support/users/marc2323/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-dont-work-if-used-in-headerphp/#post-6300013)
 * Status: resolved