hard to find a stripped down piece of software...
August 16, 2006 11:47 AM
Subscribe
I'm looking for a simple PHP blog. There's a catch...
Here's the thing. I don't want a CMS, I have a well-developed website written in PHP & mySQL. What I want is a blog "module" that just plugs into my existing PHP pages so that I keep the look/feel of my website. For example (this is made-up code):
< ?php include 'miniblog_setup.php'; show_blog_entries(script_name); ?>
>
would get inserted in my existing PHP template. I could write my own mySQL wrapper in PHP and use phpMyAdmin to make blog entries, but there *must* be the possibility to add a blog (or wiki or whatever) as a plug-in module into an existing non-CMS website and doesn't require smarty or any other stuff that isn't raw php/mysql... thoughts?
posted by pissfactory to computers & internet (6 comments total)
So, short answer, you can do this with Wordpress.
posted by easternblot at 11:56 AM on August 16, 2006