• Resolved bartezzini

    (@bartezzini)


    Hi great plugin, it saved my life more than once.
    I got a problem when I try to insert a page that has a shortcode on it [gallery id="123" size="medium"], for instance.
    Is there any way to make a shortcode work on the destination page? [insert page=’your-page-slug’ display=’what?’] I see the shortcode code on the page but not the result [gallery id="123" size="medium"].
    Thx a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Ryan

    (@figureone)

    Shortcodes get replaced in the the_content filter in WordPress, and this normally runs for inserted pages. Situations where it wouldn’t run are:
    * If you inserted the page inline
    * If you hooked into should_apply_the_content_filter and returned false
    * If you set “Wrapper for inserts” in Settings > Insert Pages to “Use inline wrapper”

    Check to make sure none of those apply, and your gallery shortcode should work.

    Thread Starter bartezzini

    (@bartezzini)

    Ok thanks, I’ll try

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Insert page with a shortcode in it’ is closed to new replies.