Title: PHP code for blogs with no sidebar
Last modified: August 30, 2016

---

# PHP code for blogs with no sidebar

 *  Resolved [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/)
 * Hi Marcel –
    Is there any way to hard code php code into the WP single post loop?
   Thanks.
 * [https://wordpress.org/plugins/zeno-font-resizer/](https://wordpress.org/plugins/zeno-font-resizer/)

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/#post-6451231)
 * Hi,
    That is mentioned in the FAQ :).
 * Use this snippet of code:
 *     ```
       <php
           if (function_exists('zeno_font_resizer_place')) {
               zeno_font_resizer_place();
           }
       ?>
       ```
   
 *  [SPeter](https://wordpress.org/support/users/speter/)
 * (@speter)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/#post-6451629)
 * Hi Guys,
    Unfortunately this snippet of PHP code does not work for me. Widget
   works though. I am running WordPress 4.3.1 Any thoughts? Thanks
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/#post-6451631)
 * Hmm, I see that was a ? lost in the opening tag for <?php. This should work, 
   at least here it does 🙂
 *     ```
       <?php
           if (function_exists('zeno_font_resizer_place')) {
               zeno_font_resizer_place();
           }
       ?>
       ```
   
 *  [SPeter](https://wordpress.org/support/users/speter/)
 * (@speter)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/#post-6451632)
 * It works now! 😉 Thanks!

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

The topic ‘PHP code for blogs with no sidebar’ is closed to new replies.

 * ![](https://ps.w.org/zeno-font-resizer/assets/icon-256x256.png?rev=1166007)
 * [Zeno Font Resizer](https://wordpress.org/plugins/zeno-font-resizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zeno-font-resizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zeno-font-resizer/)
 * [Active Topics](https://wordpress.org/support/plugin/zeno-font-resizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zeno-font-resizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zeno-font-resizer/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [SPeter](https://wordpress.org/support/users/speter/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/php-code-for-blogs-with-no-sidebar/#post-6451632)
 * Status: resolved