Error when using php code?
-
Hello, plugin looks great for what I need…
Using the code supplied;
<?php $modal_login = new Geissinger_WP_Modal_Login;
echo $modal_login; ?>
I get..
Fatal error: Cannot redeclare class Geissinger_WP_Modal_Login_Widget in …/wp-content/plugins/wp-modal-login/widget/class-login-widget.php on line 99
This is related to this post
I am adding your code in place of this section
<?php wp_login_form() ; ?> <?php wp_register('', ''); ?> | <a href="<?php echo wp_lostpassword_url( get_permalink() ); ?>" title="Lost Password">Lost Password</a>
Can you help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Error when using php code?’ is closed to new replies.