Hi in my blog the title is something like that -> "BlogName - BlogArchive - BlogPost" Name i want to change it so it will only show "BlogPost Name". Do u have any suggestions?
Open the header.php file and replace the <title> section with this: <title><?php wp_title(' '); ?></title> PHP: