Changeset 531808
- Timestamp:
- 04/16/2012 02:14:56 PM (14 years ago)
- Location:
- seo-blogger-to-wordpress-301-redirector
- Files:
-
- 10 added
- 2 edited
-
tags/0.4 (added)
-
tags/0.4/images (added)
-
tags/0.4/images/delete.png (added)
-
tags/0.4/images/download.png (added)
-
tags/0.4/images/help.png (added)
-
tags/0.4/images/like.png (added)
-
tags/0.4/images/template.png (added)
-
tags/0.4/lib.php (added)
-
tags/0.4/readme.txt (added)
-
tags/0.4/seo-blogger-to-wordpress.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/seo-blogger-to-wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-blogger-to-wordpress-301-redirector/trunk/readme.txt
r482692 r531808 5 5 Requires at least: 2.6 6 6 Tested up to: 3.2.1 7 Stable tag: 0. 3.97 Stable tag: 0.4 8 8 9 9 This plugin will 301 redirect all incoming traffic from your Blogger account to your newly setup Wordpress account. Move from Blogger to wordpress with great ease. … … 68 68 == Upgrade Notice == 69 69 70 = 0. 3.4 =71 This is basically the old stable version of the plugin.70 = 0.4 = 71 With this update, blog.blogspot.au/in/whatever local domain will be redirected. -
seo-blogger-to-wordpress-301-redirector/trunk/seo-blogger-to-wordpress.php
r482692 r531808 4 4 Plugin URI: http://suhastech.com/seo-blogger-to-wordpress 5 5 Description: This plugin will 301 redirect all incoming traffic from your Blogger account to your newly setup Wordpress account. Please read the documentation at suhastech.com/seo-blogger-to-wordpress before you continue. 6 Version: 0. 3.96 Version: 0.4 7 7 Author: Suhas Sharma 8 8 Author URI: http://suhastech.com … … 374 374 if ($old_url != "") { 375 375 376 $permalink = explode("blogspot.com", $old_url);376 $permalink = preg_replace("/http:\\/\\/[a-zA-Z0-9]+.blogspot.[a-zA-Z0-9]+/", "", $old_url); 377 377 $url = explode("?", $permalink[1]); 378 378 $res = $wpdb->get_results("SELECT post_id FROM $wpdb->postmeta WHERE meta_key = 'blogger_permalink' AND meta_value = '$url[0]'");
Note: See TracChangeset
for help on using the changeset viewer.