Loginova provides a seamless login and registration experience for your WordPress site with an elegant popup window. This demo page showcases the plugin’s features and functionality.
Click the button below to open the Loginova popup:
Note: This is a fully functional form. If you register, you’ll create a real account on this site.
Loginova uses WordPress filters to automatically add these items to your primary menu:
// When logged out:
<li class="menu-item"><a href="#login" id="plr-open-popup">Login</a></li>
// When logged in:
<li class="menu-item"><a href="[logout-url]" id="logout-button">Logout</a></li>
<li class="menu-item"><a href="[profile-url]">Hello, [username]</a></li>
Loginova offers extensive styling options through the WordPress admin panel:
In addition to the automatic menu integration, you can add login links anywhere on your site:
<a href="#login" id="plr-open-popup">Login</a>
This will open the same popup with login, registration, and password recovery options.