Importing WordPress posts

Is it possible to “import” WordPress posts to Percussion blog? If so, what’s the best way to do it? Thanks!

Hi Aaron,

There is not a way for you to import a combination of pages at the same time. You can only import a single page or an entire site.

To do this you will manually have to create the blog posts in cm1 , copy & paste the content from your WordPress blog posts onto your blog posts in cm1.

Is this helpful?

Is there a way to insert blog posts as records into the database?

Aaron,

We would suggest you probably don’t do that. Once you start injecting code/content into the Percussion Database, it would be harder for us to troubleshoot down the road if you ran into any issues. 

If copy and Paste is not as efficient as you would like, you could use an Iframe, and point it to specific parts of your wordpress blog site. 

Or it appears that there are API’s Wordpress offers: http://wordpress.org/plugins/json-api/, you could craft and Ajax call and dynamically render this content on your Percussion site through use of an HTML widget. 

Let us know what you end up coming up with.

Chris