Is there a way to display the registration form in a widgetized footer? I tried inserting the shortcode "[wp_eMember_registration]" in a text widget in my widgetized footer, and it literally just displayed that shortcode, not the form itself. Rather than showing a link and directing people to a registration page, I'd like to have the form appear right in the footer. Thanks for any tips!
Displaying registration form in widgetized footer
(5 posts) (2 voices)-
Posted 4 months ago #
-
You should be able to use the shortcode in your widget. What version of eMember do you have? What version of WordPress are you using?
Posted 4 months ago # -
I'm running WP 3.3.1 and using the Genesis framework 1.7.1, and WPeMember appears to be 7.3.6.
Posted 4 months ago # -
Can you please add the following line of code at the bottom of the "wp_eMember1.php" file:
add_filter('widget_text', 'do_shortcode');Let me know how it goes after that.
Posted 4 months ago # -
Adding that code that you suggested worked. Thanks! Sorry to take so long to get back to you about this.
Posted 3 months ago #
Reply
You must log in to post.