what do i need to do to change the way my titles show up in word press to look like the following: tital then the site name. Right now my title is reversed, looking something like this: digitalpoint.com/title.
In the admin go to presentation then theme editor. Open the Header file. Locate the opening a closing title tags <title></title>. Then replace what is between them with this code. <?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?><?php bloginfo('name'); ?> Code (markup): That should do it.
Even faster, modify it manually via FTP, themes/your_theme/header.php It depends on your ftp software though allowing or not writing directly on the server and if you have or not ftp access to your Word Press installation. ·
Hi There - I like the Headspace SEO plugin which lets you set a custom title for each post. It does a lot of other things to (see overview tutorial article with screenshots at that link). - Scott