moving from blogger to wordpress
-
how do i bring my readers over.
The blog I need help with is: (visible only to logged in users)
-
There might be a better way, but I changed all the blogger files to automatically relocate to the appropriate WP file. Here is an example of the code I use. The first meta tag causes the relocation after approx 3 seconds. To pretty it up, I usually put the banner from my blogger files in this relocate-file. The example shown doesn’t have a banner. This method takes a while to implement, because I’m keeping a 1:1 relationship between blogger and WP files. If I wanted all the relocates to go to the home page of the WP file, the implementation would be easier.
<html>
<head>
<meta http-equiv=”refresh” content=”3;URL=http://convergencesciencereligion.org/2007/10/parallel-evolution.html”><meta http-equiv=”Content-Language” content=”en-us”>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<title></title>
</head><body>
<div align=”center”><table border=”2″ cellspacing=”0″ cellpadding=”3″>
<tr>
<td>
<p align=”left”>This page has a new home. You will be relocated in about 5
seconds.<p align=”left”>If you aren’t relocated or prefer to not wait, click the
following link.<p align=”center”>
http://convergencesciencereligion.org/2007/10/parallel-evolution.html</td>
</tr>
</table></div>
</body>
</html>
- The topic ‘moving from blogger to wordpress’ is closed to new replies.