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

    (@mpol)

    Hi, in the plugin I am not really wanting to add a shortcode. I think the widget and the template function are the most usefull ways to use this plugin.

    You could just make a shortcode yourself with add_shortcode. You can add it to functions.php of your theme, or make your own plugin with just this.

    add_shortcode( 'zeno_font_resizer', 'zeno_font_resizer_place' );

    This should add the shortcode [zeno_font_resizer] to your website, which will just call the template function.

Viewing 1 replies (of 1 total)
  • The topic ‘I want to shortcode for this plugin’ is closed to new replies.