Transportation moved to Blogger from wordpress.So without loosing while we faced certain difficulties, we decided to perform a little bit of research on other similar articles on the net and WordPress AJ came up with all the new bloggers
With the domain name before the migration you must be ready to host the
Our goal for this migration:
* All posts and comments from Blogger to WordPress conversion
* Without loosing all traffic
* 404 error page without
* You want, rather than just to redirect visitors to the home page
Note: worpress install (www or / public_html) is located in the root directory using the File Manager
Host If you are not here to provide fast installation, you also can look to for how to install WordPress
Install wordpress in free unlimited hosting like x10 hosting
Change the permalink structure to match the BlogSpot URL
First, go to Settings to import all posts 1.Before> Permalinks options
Change the structure of a given alignment
/%year%/%monthnum%/%postname%.html
Blogpost URL to this post edit options to match the changes publishing.For Permanent link to change the title of your post 2.You redirect some problems may occur if the
3.Then the tools munu> Import select the option to get a blog post in WordPress blogging platform, follow the steps listed in the How to Select
4.All the new posts and comments Your site will be moved to.
Again to obtain all visitors BlogSpot
Avoid copyright now, we need to redirect all visitors new site.To permanent 301 redirect
BlogSpot 1.Login> Dashboard> Design> HTML editing tab
Switch to classic template
Right between the <head> 2.Add meta tag is replaced by a point to the name of the site
<meta content=’NOINDEX, NOFOLLOW’ name=’ROBOTS’/><meta content=’0;url=http://www…………com/’ http-equiv=’refresh’/>
To inform readers that your blog earlier when '0 'redirect the second time indicates that, can be change.
Copy and paste the code below 3.Find of <blogger> Insert
<MainOrArchivePage>
<script language=”javascript”><!–var blog_root=”http://………….com/”;document.location.href=blog_root;//–></script>
</MainOrArchivePage>
<ItemPage>
<script language=”javascript”>
<!–var process_page=”http://……………..com/blogspot.php”;var newpage=process_page;var oldlink=”<$BlogItemPermalinkUrl$>”;
newpage+=”?p=”+oldlink;newpage=newpage.toLowerCase();document.location.href=newpage;//–></script>
</ItemPage>
Yoursite, with the name of the site 4.Replace template.
Paste the code below into Notepad 5.Copy the neoteueun replaced ....... Site and the name of the file saved to blogspot.php
<?php require($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php'); $search_link = $_GET['p']; $vars = explode('/', $search_link); $num = count($vars) - 1; $filename = $vars[$num]; $slug = str_replace(".html", "", $filename); $SQL = "SELECT posts.* FROM $wpdb->posts AS posts WHERE posts.post_name = '$slug' LIMIT 1"; $posts = $wpdb->get_results("$SQL"); if ($posts) { foreach ($posts as $post) { $found_link = get_permalink($post->ID); } } else { $found_link = "http://www......com/"; } ?> <html> <head> <title>Redirecting...</title> <script language="javascript"><!-- document.location.href="<?php echo ($found_link); ?>"; //--></script> <meta http-equiv="refresh" content="2;url=<?php echo ($found_link); ?>"> </head> <body> <h1>Redirecting...</h1> <p>You can also proceed immediately to <a href="<?php echo ($found_link); ?>"><?php echo ($found_link); ?></a>.</p> <p>The main blog URL is <a href="http://www.....com/">www.......com/</a>.</p> </body> </html>
6.Upload blogspot.php into root of your domain using an Ftp software like filezilla
7.Now your 301 redirection is all set to rock and roll.
Service you WordPress BlogSpot me if there are any problems, employment stuff kind of uncomfortable ask.If freely
You can you can always hire a company at a lower cost.
0 comments:
Post a Comment