Where to edit the description of wp-redirect
Quote from Michella on June 12, 2017, 10:56 amHi there,
I hope you can help me out here π
As shown in the picture, it says: “you need to login in order to create posts and topics”Β And then it redirects to wp-login”
Is it possible for me to edit the text and redirect to another loginpage?
Hi there,
I hope you can help me out here π
As shown in the picture, it says: “you need to login in order to create posts and topics”Β And then it redirects to wp-login”
Is it possible for me to edit the text and redirect to another loginpage?
Uploaded files:
Quote from Yworld on June 12, 2017, 11:03 amHiΒ Michella
To do this you just have to add this code to your themes functions.php file:
function myLoginMessage() { return 'Your link, code'; } add_filter('asgarosforum_filter_login_message', 'myLoginMessage');Your link, code – replace with your code
HiΒ Michella
To do this you just have to add this code to your themes functions.php file:
function myLoginMessage() { return 'Your link, code'; } add_filter('asgarosforum_filter_login_message', 'myLoginMessage');
Your link, code – replace with your code
Quote from Michella on June 12, 2017, 11:24 amThank you so much for your reply Yworld π
I have a small deadline now (some work), but I’ll take a look at it in an hour and return to your kind help π
Thank you so much for your reply Yworld π
I have a small deadline now (some work), but I’ll take a look at it in an hour and return to your kind help π
Quote from Michella on June 12, 2017, 2:04 pmHi Yworld,
I’m totally new to this wp.
I don’t know, where to find my themes functions.php file? π
Hi Yworld,
I’m totally new to this wp.
I don’t know, where to find my themes functions.php file? π
Quote from Michella on June 12, 2017, 6:58 pmThanks again π
I’ll get a friend to help me, to find the themes functions.php π
I’m afraid to mess it up π
But I’ll let you know, as soon as I fix it π
Thanks again π
I’ll get a friend to help me, to find the themes functions.php π
I’m afraid to mess it up π
But I’ll let you know, as soon as I fix it π
Quote from Asgaros on June 13, 2017, 1:36 pmHello Michella,
as already mentioned: You can find the functions.php file in the folder of your used WordPress theme. You have to put the above posted code-snippet into it and replace the Your link, code’ part with the HTML/PHP code you want to output. π
Hello Michella,
as already mentioned: You can find the functions.php file in the folder of your used WordPress theme. You have to put the above posted code-snippet into it and replace the Your link, code’ part with the HTML/PHP code you want to output. π