This plugin is useful for setting up 1-to-1 mapping between Blogger.com blog posts and WordPress blog posts. This works nicely for blogs with old subdomain address (e.g. xyz.blogspot.com)
which are moved to new custom domain (e.g. xyz.com)
Please keep this plugin activated for redirection to work.
Plugin will automatically detect Blogger.com blog from where you have imported.
Sorry… No posts found that were imported from a Blogger.com blog
'; $err_str .= 'Import from Blogger.com first and then "Start Configuration"'; echo $err_str; die(); } $html = ''.$i.' | '; $html .= ''.$result->meta_value.' | '; $html .= ''; $html .= ' |
Clicking this link » '.$blogger_link.''; die('
Should redirect to » '.$local_link.'
If you are stuck, you can use our free support forum or hire us.
');
}
add_action('wp_ajax_rt_b2wr_verify_config', 'rt_b2wr_verify_config');
/* Get Latest Feeds - Begin */
function rt_Get_Feeds_From_Blogger2WP() {
include_once(ABSPATH . WPINC . '/feed.php');
$rss = fetch_feed('http://rtcamp.com/tag/blogger-to-wordpress/feed');
if (!is_wp_error($rss)) {
$maxitems = $rss->get_item_quantity(5);
$rss_items = $rss->get_items(0, $maxitems);
}
?>
No items.';
} else {
foreach ($rss_items as $item) { ?>
Due to recent updates on blogger.com, Blogger to WordPress Redirection plugin has been rewritten. The process has also changed completely. Please refer the updated instructions here: (Read More…)
'; } } //add_action('admin_notices', 'rt_Blogger_to_Wordpress_Update_Notice', 5); function rt_b2wr_hide_notice_block() { update_option('rtb2wr206', 'done'); } add_action('wp_ajax_rt_b2wr_hide_notice_block', 'rt_b2wr_hide_notice_block'); ?>
Getting Social is Good