Skip to content
 

Retrofitting old website into the Blog

I’ve decided that most my old content was blog friendly material and just didnt look pretty enough so I’ve been spending the last day retro fitting the content into the new blog.
I’ve discovered 2 methods for doing this:

1) Install the runphp plugin (this allows you to embed php code within posts that can be used to dynamically generate content.
So what I can do is add a statement like this to the post and simply have it pulled in as-is.
Problems with this method includes: references are breaking, and I cannot add commands like this < !--more-- >
2) Update the content on the pages with full reference to the website, and then paste the html into the post. Add in the More command where it makes sense. This typically works just fine.

Then I just update the timestamp to be in the past.

Leave a Reply

You must be logged in to post a comment.