Hi, i’m using the plugin but i get 302 Redirection instead of 301. What is the Problem? What did i wrong? I need help.
https://www.ads-software.com/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hey out there,
i am thinking about using this plugin to migrate my blog to my wordpress website. But after i’ve read the googles productforum i have some conernc, whether this plugin or all 301 redirection can bee identfy my blogger blog a a spam gateway.
Is this problem really there?
Hope u can give me a quick answer. Thanks in advance.
Till
https://www.ads-software.com/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hi,
I must say your plugin doing good job. But i can transfer all my images from blogger to wordpress. I get fatal error all time
/plugins/seo-blogger-to-wordpress-301-redirector/lib.php on line 881
I have a lot of images to transfer is this a problem?
How to solve this?
Thanks in advance!
https://www.ads-software.com/plugins/seo-blogger-to-wordpress-301-redirector/
]]>After I imported contents from Blogger with Blogger Importer plugin, then I replaced all <a name="more"></a>
with <!--more-->
in post_content.
Then I run “Downloading Image”, and any contents after ‘<!–more–>’ in each post are truncated!
The reason is the plugin uses get_the_content()
to retrieve the post_content.
So I fixed it as following:
--- a/wp-content/plugins/seo-blogger-to-wordpress-301-redirector/seo-blogger-to-wordpress.php
+++ b/wp-content/plugins/seo-blogger-to-wordpress-301-redirector/seo-blogger-to-wordpress.php
@@ -187,7 +187,7 @@ $wp_query = new WP_Query( 'posts_per_page=-1');
if ( $wp_query->have_posts() ) : while ( $wp_query->have_posts() ) : $wp_query->the_post();
if (!(get_post_meta($post->ID, "blogger_images",true) == "1"))
{
-$new_content = get_the_content();
+$new_content = $post->post_content; // get_the_content();
if(!function_exists('media_sideload_image')) {
displayError("Error: Wierd, You are on wordpress, right? I don't have access to a function called media_sideload_image which is vital to download images.");
https://www.ads-software.com/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hi,
I have converted my blogspot blog to a wordpress site and used your tool to get the images moved and what a great tool and so easy to use.
Now I have added the Generated HTML to the blogspot site and the re direct works, but only to the home page.
I have changed the permalinks to various settings but no solution.
The blogspot address is
https://familybonney.blogspot.com/2013/03/happy-easter.html
the redirect says this
https://familybonney.com/?blogger=https://familybonney.blogspot.ca/2013/03/happy-easter.html
the wordpress url is
https://familybonney.com/2013/03/happy-easter/
Im sure you can help
Thanks in Advance.
Rob
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hello,
For some URL, the plugin is not able to map the old url to the new (because it was custom on blogger)
is the a file or data in mysql for the mapping ?
old : https://blog.reflex-photo.eu/2010/10/nas-synology-pour-les-photographes.html
i modified the new to : https://blog.reflex-photo.eu/nas-synology-pour-les-photographes/
but it doesn’t help
regards
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hi,
I was wondering how I can redirect from my blogger blog mensfashionbyfrancesco.com to my WordPress website mensfashionbyfrancesco.net. Some of the content on my WordPress site overlaps with my blogger blog, but not all.
I would like to redirect all posts from blogger to my WordPress home page.
Thank you!
Francesco
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Hello. Just starting with WordPress after years on Blogger. I used the SEO Blogger to WordPress plug-in to move all of my old Blogger posts into my new WordPress Blog.
All my Blogger posts are now there:
https://personalizedboutique.com/blog/
but when I try to click a link to a month or an older post it leaves the /blog subfolder out and I just get an error:
https://personalizedboutique.com/?m=201211
Same with my google SEO links – they redirect but leave out the /blog in the url:
https://personalizedboutique.com/?p=20
If you insert the /blog, the link is correct:
https://personalizedboutique.com/blog/?p=20
I tried different permalink settings but so far nothing has worked.
Any suggestions?
Thanks!
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>Your plug in says that it will redirect post, but all it does it redirect to my new sites homepage. I don’t really see how that is going to help my SEO ratings or anything else.
Old site: aboyagirlandthemarinecorps.blogspot.com
new site: aboyagirlandthemarinecorps.com
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>We are using WP 3.3.2.
We have a ~1550 Blogger blog that we have imported into WordPress. Then we ran your plugin. It worked great for the first ~600 posts, but then we got this error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1972 bytes) in /home/vrmtest/public_html/xxx/wp-includes/media.php on line 1010
Any ideas how we can fix this? We tried rerunning the image import again in hopes it would pick up where it left off, but it just errors out at the same point each time. Would really love to get this working as it will save us a ton of time!
Thank you very much,
Daniel
Fwiw, the final line of the status update reads:
Images downloaded from ‘Climate Security: Join…’
Post Updated 950. 1074 images imported.
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>This was previously working, but either the new version of wordpress or the new version of the plugin has caused the following:
Warning: Cannot modify header information – headers already sent by (output started at /home/sjoannef/public_html/wp-content/plugins/seo-blogger-to-wordpress-301-redirector/seo-blogger-to-wordpress.php:506) in /home/sjoannef/public_html/wp-includes/pluggable.php on line 866
https://www.ads-software.com/extend/plugins/seo-blogger-to-wordpress-301-redirector/
]]>I get error Fatal error: Cannot redeclare suhas_generator() (previously declared in /home/rachelle/public_html/wp-content/plugins/seo-blogger-to-wordpress-301-redirector/seo-blogger-to-wordpress.php:39) in /home/rachelle/public_html/wp-content/plugins/seo-blogger-to-wordpress-301-redirector/seo-blogger-to-wordpress.php on line 41
]]>