I’ve been able to make it work which is great , however upon login it take me to a new window outside off the WP site.
<form action=”” method=”post” name=”form_login”>
I’ve tried ” <form action=”” method=”post” target=”_self” name=”form_login”> ” , it loads in the same window however the WP site then disappears.
Is there something within the PHP code I need to edit ?
Cheers