• Resolved flabrea

    (@flabrea)


    Hi guys,

    plugin is awesome and works fine! but,

    i’d love to use a css button for my login/logout link. this makes me use a class for the link. how can i still make the class=”simplemodal-login” work?

    this of course does not work.

    <a class="cssbutton" href="<?php echo wp_login_url(); ?>" class="simplemodal-login"><span>Login</span></a>

    thanks for your help!

    flo

Viewing 1 replies (of 1 total)
  • Plugin Author Eric

    (@emartin24)

    Your syntax is incorrect. It should be:

    <a class="cssbutton simplemodal-login" href="<?php echo wp_login_url(); ?>"><span>Login</span></a>

    -Eric

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: SimpleModal Login] 2 classes’ is closed to new replies.