Git Product home page Git Product logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
I had the the same problem. All comments were lost.

Original comment by [email protected] on 3 Feb 2009 at 2:34

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
It appears that when wordpress2blogger makes the conversion, if a post has an
excerpt, the content of the excerpt is inserted into the post_id (complete with
newline). For example in my blogger-export.xml, I get

<ns0:id>post-Example excerpt text.
6</ns0:id>

Original comment by [email protected] on 25 Aug 2009 at 3:37

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Even though <excerpt:encoded> is skipped, the content of that element stuck 
around.
The attached patch fixed the no-comments problem for me.

Original comment by [email protected] on 25 Aug 2009 at 5:09

Attachments:

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Thanks for the patch.  I'll have it incorporated into the project shortly.

Original comment by [email protected] on 25 Aug 2009 at 7:09

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
This is incredible news. BTW I had imported a blog at 
http://hindionweb.blogspot.com
probably few days ago and the import worked fantastically, all comments were
imported. Tags were converted to labels but I am not sure to what happened with 
the
wordpress categories. 

Original comment by [email protected] on 26 Aug 2009 at 5:37

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
I've been trying for 1 week to get my Wordpress.org Comments to import to 
Blogger, too.  No luck. I've tried 3 different WP.org sites.  All Posts and 
Pages import, but not Comments.  I've also tried exporting my WP.org blog to 
WP.com (Comments all import fine), then exporting the WP.com XML and using 
WP2Blogger, but the Comments still don't import.

Original comment by [email protected] on 25 May 2011 at 3:57

Attachments:

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Colleen,

I submitted a patch to fix this back in 2009, but the patch was never added to 
the project. You can follow these instructions to fix your copy and try the 
conversion again:

Open the file src/wordpress2blogger/wp2b.py and find lines 182 and 183:

    if (name.split(':')[0] == 'excerpt'):
      return

In between these two lines, add this line:

      self.contents = ''

The new line should be indented to the same level as the "return" line.

Save the file and run you conversion again, and good luck.

Original comment by [email protected] on 25 May 2011 at 2:23

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
How do I run my conversion again with these files?  I used the web converter.  
I've altered the wp2b.py file, but have no idea how to run it locally.  Thanks.

Original comment by [email protected] on 1 Jun 2011 at 2:23

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Colleen,

Rather than explain how to run it locally, I just did it for you with the 
WordPress file you attached to your earlier comment. The converted Blogger file 
is attached here.

Please let me know if this works or not!

Original comment by [email protected] on 1 Jun 2011 at 1:45

Attachments:

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Hi Will,

I need to hit you up one more time for help, if I may. I'm trying to transfer 
another blog from Wordpress (this time, .com) to Blogger, and am hoping to 
include all of my comments.

Do you have a public Amazon wish list or done button? If so, I'll gladly repay 
you for your help and kindness.

Thank you,

Colleen greene

Original comment by [email protected] on 6 Aug 2012 at 11:57

Attachments:

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
I opted to go back to a self-hosted Wordpress site (from my .com site), instead 
of Blogger.

Thank you,

Colleen Greene

Original comment by [email protected] on 7 Aug 2012 at 6:01

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
Colleen,

I'm always happy to help with that blog conversion thing if you decide to go to 
Blogger for any reason. Just let me know.

William

Original comment by [email protected] on 7 Aug 2012 at 1:32

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
I tried converting and importing my wordpress blog to blogger. It just imports 
the page names, without the posts. please help.

Original comment by [email protected] on 15 May 2015 at 2:18

from google-blog-converters-appengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.