Can I add link in text field ?
I tried adding login page, but it’s something like this http://site.com/register/\http://site.com/login\
Thread Starter
iamrdm
(@iamrdm)
Although I’ve found this code, but in backend is like
“This page is restricted %s in to view this page.” an wp_loginout(get_permalink(); ‘false’) );
something like this.
But when I’m changing %s to a href link, website goes blank and I know its because of wp_loginout.
Kindly tell me how can I do it.