fdinenno
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] No widgetCheck the plugin requirements here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=2Then you can also run a diagnostic here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=3RE: Shortcodes:
————–
use <?php do_action( ‘wordpress_social_login’ ); ?> directly in your PHP. If need something in your posts or pages, then use a plugin that will let you execute PHP directly in your posts/pages like “exec-php” or “Shortcode Exec PHP”Check the plugin requirements here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=2Then you can also run a diagnostic here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=3Check the plugin requirements here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=2Then you can also run a diagnostic here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=3Check the plugin requirements here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=2Then you can also run a diagnostic here:
<WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=3use <?php do_action( ‘wordpress_social_login’ ); ?> directly in your PHP. If need something in your posts or pages, then use a plugin that will let you execute PHP directly in your posts/pages like “exec-php” or “Shortcode Exec PHP”
Try clearing your cache and/or cookies.
Forum: Plugins
In reply to: registration form for front page and auto email pluginCheck out the Theme-my-login plugin, it will do most of what you’re looking for. You can make your login page your front page, as a static page… set that under Settings > Reading in the LeftNav of the Dashboard.
Then to block out all the pages use something like the Member-Access or Members-Only plugins