![]() |
wordpress title of post
im using wordpress.
i got a question....right now if my page gets indexed it shows up like this on google Title of Webpage >> Blog Archive >> Title Of Post i want to change it so it only shows the Title of the post what do i have to change so it can be like that? any idea how i can do this? |
Edit the header.php of your theme, change it to something like
Code:
<title><?php if (is_home()) {bloginfo('name') ;} else { wp_title(' ');} ?></title> |
thanks for the help
|
| All times are GMT -7. The time now is 04:26 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123