Login & Register forms
Hi! i'd like to get the login and register form side by side. i saw this thread on a wordpress.org forum support, but i don't get some parts
http://wordpress.org/support/topic/p...m-on-same-page)
It's supposed to be simple, but i don't know where to add this code :
<div class="floatleft">
<?php theme_my_login( array( 'default_action' => 'login' ) ); ?>
</div>
<div class="floatright">
<?php theme_my_login( array( 'default_action' => 'register' ) ); ?>
</div>
i'd like to get something like this as result :
http://www.trouverunstage.fr/publier-offre/
my website is :
www.leblak.com
thanks for helping!