2
0No answers
Browser other questions tagged php wordpress wordpress-theme
You are not signed in. Login or sign up in order to post.2
Browser other questions tagged php wordpress wordpress-theme
You are not signed in. Login or sign up in order to post.
Post your code, not images. That way, it’s hard to understand what your problem is. What I can tell you is that maybe the method
the_title()
can be your friend. Maybe.– Caio Felipe Pereira
You can change the title of the page with a Javascript function. I searched and saw that using
document.title = "Teste";
works. I just don’t know the function you use so that when you arrive at a place on the page, activate the function to change.– Rodrigo Tognin