WordPress library / SQL queries to build new frontend?

I have a wordpress installation I’d like to get rid off. It’s been constant work over the past year keeping up with various updates and changes and managing differenet plugins. I’ve realized I don’t need that much functionality and would be perfectly happy with static pages. If I manage to drop the installation I could also speed things up a lot and integrate the content more easily in the rest of our site.

I’m trying to find a PHP or Perl package which I can use to easily query the existing WP DB. Basically, I want to keep the DB and throw away the frontend and backend to WP. Then I just want to add a very minimal layer of PHP or Perl code on top to show the posts in the DB including meta data.

Read More

In case there is no package that can make this job easier, is there some concise overview of the SQL queries I will need? I know I can go digging for them in the codebase, but maybe there is someone who has already done this. Googling around didn’t immediately turn up useful results.

Related posts

Leave a Reply

1 comment