Login form design
-
It would be nice if instead of using its own login form and design it could just use the stuff from the default wordpress login form in <div id=”login”> that I’ve already spent time customizing and that has social login links etc.
Maybe you could use something like
$page = get_page_by_title( 'page-name' ); $content = apply_filters('the_content', $page->post_content);
(for example).
regards
- The topic ‘Login form design’ is closed to new replies.