Hi,
I want to show the title page by page with category name and the article, but it does not work. My page is vnrs.org
Help me
2 Answers
Please tell me detail about that, you can send me a screenshot for further checking and let me know the position or page that you want to show. I’m still vague about your question.
To resolve this issue, you can open the header.php file in the Dashboard > Appearance > Editor then add the following code under line 14.
<title><?php wp_title( '|', true, 'right' ); ?></title>
Also, you can install the Yoast SEO plugin to change/ add the sitetile and tagline: https://wordpress.org/plugins/wordpress-seo/
Hope this helps!
Please login or Register to submit your answer