• When using wp_insert_post shortcode is not working. Also, shortcodes are not working inside content

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mithu A Quayium

    (@mithublue)

    I think , something you are missing. Shortcodes should be working insinde content. It could be good to let me know how you use that.

    Thread Starter Smrth

    (@smrth)

    I should rephrase it, when there’s shortcode inside shortcode content it’s not working. If you could wrap get_post($post_id)->post_content in index.php on line 270 with do_shortcode() that would be great :D.

    Also, with wp_insert_post save_post passes $post_id as param so if you could replace $_POST with get_post variable. This is no longer issue for me but in the future someone might try creating shortcodes with wp_insert_post and shortcodes won’t work as shortcode_list option is not updated with new value.

    Other than that, nice plugin. Will edit rating as soon as i find how to do it.

    Thanks.

    Plugin Author Mithu A Quayium

    (@mithublue)

    Thanks for pointing the issue, really nice. Hopefully will be added in later version ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Almost useful’ is closed to new replies.