I simply installed the plugin and just in my header.php used the following code
` <a href=”<?php echo bloginfo(‘url’); ?>/wp-login.php?redirect_to=<?php echo bloginfo(‘url’); ?>” class=”simplemodal-login”>Log In</a> |
<a href=”<?php echo bloginfo(‘url’); ?>/wp-login.php?action=register” class=”simplemodal-register”>Register</a>`
i used the code in header.php as i want my link to be shown on the top