I have set up my home page to show a sign in template! How can I detect using PHP conditional is the template that is showing is a sign in one?
if (this_script == "sign_in")
{
}
You need find it on your own by doing changes and running script on local server and after testing function make changes in live script.
Use xampp to learn more