Viewing 1 replies (of 1 total)
  • Plugin Author Bainternet

    (@bainternet)

    You need to run the do_shortcode on the post content:
    do_shortcode($post->content)

    or simply use the_content filter
    apply_filters("the_content",$post->content);

Viewing 1 replies (of 1 total)
  • The topic ‘simple-gist-embed not working on custom pages’ is closed to new replies.