Ever wanted to move your WordPress blogs over to Blogger? This site can aid in the process!

http://wordpress2blogger.appspot.com

Tags: ,

1- Go to

http://yourwordpressdomain/wp-admin/theme-editor.php

2- Then select the theme you are using (ex: xx), and click on Header header.php link (You will edit the file wp-content > themes >xx>header.php)

3- (Backup your header.php first) then replace the tag <title></title> with the following code:

<title><?php wp_title(”); if(wp_title(‘ ‘, false)) { ?> | <?php } bloginfo(‘name’); ?></title>

Or this code also:
<title><?php if (is_home()) {bloginfo(‘name’) ;} else { wp_title(‘ ‘);} ?></title>
These code was primary taken from: http://www.trentmueller.com/blog/remove-the-arrows-»-from-wordpress-titles.html

Tags: ,

Tumblrize posts to Tumblr whenever you hit the “publish” button. It uses Tumblr’s simple API to keep posts in sync; when you edit your WordPress post, it updates your Tumblr post.

http://wordpress.org/extend/plugins/tumblrize/

Tags: ,

Cuong Dang © 2006-2010 | Say Hello | Site's contents is licensed under a CCA 3.0 | Powered by Wordpress | Theme by.