Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    That is mentioned in the FAQ :).

    Use this snippet of code:

    <php
        if (function_exists('zeno_font_resizer_place')) {
            zeno_font_resizer_place();
        }
    ?>

    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

    (@mpol)

    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();
        }
    ?>

    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.