Support » Plugins » [Plugin: Improved Include Page] shortcode API command is being ignored

  • I’m trying to use this plugin because it should be a heck of a lot easier than using php with the Exec-PHP plugin (which I can’t get working). However, the “Shortcode” isn’t working. What am I doing wrong?

    Here’s a page with its attempted usage. The attempt at using it is at the bottom of the page. The stuff above corresponds to doing the same thing with PHP, which fails if a page is not included on the menu (which is how I want to use it). As you can see, WordPress just displays the include-page command instead of doing something with it.

    http://wordpress.org/extend/plugins/improved-include-page/

Viewing 5 replies - 1 through 5 (of 5 total)
  • When I use

    [include-page id="2" displayTitle="false" displayStyle="DT_FULL_CONTENT_NOTEASER"]

    I only get the Page Title displayed for the included page.

    If I use the following, I get the Page Title and content for the included page.

    [include-page id="2" displayTitle="true" displayStyle="DT_TEASER_MORE" titleBefore="<h3>" titleAfter="</h3>" more="continue&raquo;"]

    Different problem than you are experiencing not seeing anything. I have no other plugins installed.

    Thread Starter Erik Harris

    (@eharris)

    It doesn’t seem to matter how I call it. Even just
    [include-page id="2"]
    gives me the literal text. It’s not substituting anything.

    Though I would hope it’s not relevant, I’m using the HTML editor, not the visual editor. I understand shortcode commands to work in either editor, though.

    maby you need this… 😉 today i found this… ant its work 😉
    http://www.vtardia.com/improved-include-page/ 😉

    robertuxas – that seems to say version 0.4.7 is the latest and that is the version I was using.

    Thread Starter Erik Harris

    (@eharris)

    robertuxas – that’s the plugin I’m asking for support on. What is it exactly that you’re saying I need to do? I’ve installed the plugin and attempted to use it. It has not been updated since I installed it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Improved Include Page] shortcode API command is being ignored’ is closed to new replies.