• iinclude_page plugin (version 0.4.8) doesn’t work correctly for me.

    in the editor i put: [include-page id=”30″ displayTitle=”true”]
    same line is working perfectly with the_content() but not with get_the_content().

    It doesn’t include, but just displays the input.

Viewing 1 replies (of 1 total)
  • Thread Starter plum0

    (@plum0)

    $content = apply_filters('the_content',get_the_content()); fixes the problem …

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Improved Include Page] doesnt work with get_the_content()’ is closed to new replies.