Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter polyfade

    (@polyfade)

    Placing [WP_AJAX_LOGIN] does not work inside a text widget.

    Placing [WP_AJAX_LOGIN] inside a page renders the login form, however, it redirects to the index page instead of the current page.

    Since I did not specify a redirect URL in the Wp Ajax Login options, it should not redirect back home, correct?

    Plugin Author Navdeep

    (@neerajsharma2855)

    Hello Polyfade
    If you want use in widget . you need to add this code in theme functions.php .
    // Enable shortcodes in text widgets
    add_filter(‘widget_text’,’do_shortcode’);

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

The topic ‘Error with any theme’ is closed to new replies.