I am trying to put custom design to my login page and for this I am using WP page template. Following is the code sample
<?php
/**
Template Name: Fresh Login Page
*/
?>
<!-- Here my new HTML structure for login page. -->
Then from page setting I have set(apply) “Fresh Login Page” as a dropdown value under section “Page” Attributes.
But no luck in front end. Default content is still there.
Also I am using “iMember360”, “optimizepress” frameworks in my WP installation, not sure if these plugin break this process.