• Hi,

    First, this plugin is a great time saver! Just one thing I wish to suggest… current version does not support use of shortcodes in Text Snippets. Add this support please.

    This is how I solved my problem
    I changed your plugin code; I simply changed

    "return $post['post_content']"

    on line 80 to

    "return do_shortcode($post['post_content'])"

    … that’s it; now I can place short-codes in Text Snippets. 🙂

    I hope you find this suggestion worth to include in your plugin code and update it.

    Cheers,

    Ruturaaj.

The topic ‘Shortcodes in Textsnippets’ is closed to new replies.