Please or Register to create posts and topics.

Where to edit the description of wp-redirect

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:
  • Γ†ndre-standardtekst-og-wp-login.jpg

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

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 πŸ™‚

Hi Yworld,

I’m totally new to this wp.
I don’t know, where to find my themes functions.php file? πŸ™‚

/wp-content/themes/template_title/functions.php

Carefully make a backup

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 πŸ™‚

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. πŸ™‚

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!