Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Alberto Hornero

    (@hornero)

    Hi, it’s not directly posible. You need to a) create a page, include the shortcode and save and then b) create a page template and through do_shortcode() WordPress function call again the method. You need the a) step because the plugin needs to know where is located the shortcode.

    Please tell me what you get. Regards,

    Alberto.

    Thread Starter grantkessler

    (@grantkessler)

    So where should I out each code?

    Plugin Author Alberto Hornero

    (@hornero)

    In your code. Not mine.

    Thread Starter grantkessler

    (@grantkessler)

    I get step A but how do I do step B. Thanks and sorry for my lack of knowledge.

    Plugin Author Alberto Hornero

    (@hornero)

    <?php do_shortcode(the_shortcode_you_want_to_include); ?>

    Alberto.

    Thread Starter grantkessler

    (@grantkessler)

    Ok cool and I where do I put

    <?php do_shortcode(the_shortcode_you_want_to_include); ?>

    exactly? Thanks and sorry again

    Plugin Author Alberto Hornero

    (@hornero)

    You asked me if you can include in HTML page, I don’t know in which HTML page you want to include it. And please, keep in mind this feature is not supported by default by the plugin, with the explication I gave you.

    Thread Starter grantkessler

    (@grantkessler)

    Ok so I put that code on the designated page and put the shortcode within the form (using 123contactform) but the shortcode in the form still displays as just text

    I also tried putting both

    <?php do_shortcode([clean-login]); ?>

    and

    [clean-login]

    and it appeared like this: http://imgur.com/rILNLGe

    Plugin Author Alberto Hornero

    (@hornero)

    Wow! Do you want to include it in a external form? I mean you want to use in a custom template, not inside a plugin. This is not a limitation of Clean Login, is a limitation of the form creator, they need to accept the inclusion of shortcodes.

    Regards,

    Alberto.

    Thread Starter grantkessler

    (@grantkessler)

    Oh ok! I am going to email them about it.

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

The topic ‘HTML instead of shortcode?’ is closed to new replies.