• Hi Johan,

    Thanks for a wonderful plugin!
    It used to work fine, until I started troubleshooting my WP installation and found some issues with plugin conflict.

    1. Post Snippets seemed to ‘break’ WP Editor. When I’d try to insert a link into my post by clicking a ‘link’ icon it would do nothing. Once I disabled Post Snippets it worked fine again. Perhaps there’s a plugin conflict.

    2. While troubleshooting the issue 1., I’ve disabled Post Snippets and re-enabled it. After this, shortcodes outside of WP loop (sidebars) would not work anymore. They’d just stay as [shortcode]. They used to work before. What’s even weirder – when I enable Shortcode Ultimate plugin (I’m not using it, just have it deactivated), the Post Snippets work fine outside the loop. I’ve double-checked – the shortcodes in question are clearly defined in Post Snippets and have nothing to do with Shortcodes Ultimate.

    Could you provide some insight how I can fix it without using Shortcodes Ultimate. I’m quite new at this so getting a bit lost int he code 🙂

    Thanks so much for your time!

    https://wordpress.org/plugins/post-snippets/

Viewing 1 replies (of 1 total)
  • franck

    (@franckmercado)

    $shortcode = get_post_meta( $post->ID, 'here_shortcode_name', true);
    echo do_shortcode($shortcode);
Viewing 1 replies (of 1 total)
  • The topic ‘Shortcodes don't appear outside the loop’ is closed to new replies.