How to add shortcode for registeration ?
-
Hello, may I ask if this plugin provides registeration via social networks ? I looked inside the shortcode and added it to my php file but on the live site I don’t see the panel to register with Social media ?
Here is my php file
<?php /* Template Name: Sign Up page */ get_header(); ?> <div class="container sign-up-form"> <?php if (!is_user_logged_in()) { ?> <div> <?php echo do_shortcode("[wppb-register]"); ?> </div> <!-- Social login --> <?php echo do_shortcode('[miniorange_social_login theme="default"]') ?> <!-- End social login --> <?php }else{ echo do_shortcode('[miniorange_social_login theme="default"]'); }?> </div> <?php get_footer(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to add shortcode for registeration ?’ is closed to new replies.