• Resolved Suman kalyan

    (@sumankalyanmohanty)


    Hi
    First of all I am happy to use this plugin.It works well but when I echo the log in form short code in a page, that time “[wpmem_txt]” is print automatically before and after the form.

    <?php echo do_shortcode(‘[wpmem_form login]’)?>

    How can I remove that,please let me know.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    This is an on-the-fly shortcode that the plugin puts in to deal with WP’s wpautop function. It does this to remove the HTML “p” tags that WP puts into the content without removing the function entirely (so that it does not affect other content not associated with the plugin).

    When you call the shortcode directly, this shortcode is not parsed, but you can remove it by adding the texturize=”false” attribute to the shortcode:

    [wpmem_form login texturize=”false”]

Viewing 1 replies (of 1 total)
  • The topic ‘[wpmem_txt] comes when I echo login shortcode’ is closed to new replies.