Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good blog system for use with CodeIgniter? [closed]

I am designing a full featured website that includes a blog on the homepage. I want it to be full featured, but I dont want to spend forever coding it. Is there any good blogging system that can be easily integrated with CodeIgniter?

like image 304
Nick Anderegg Avatar asked Feb 17 '11 02:02

Nick Anderegg


1 Answers

Honestly I would separate CodeIgniter from the blog code. If you look at many websites that have a blog these days, they will often have the main application at www.example.com and then host their blog at blog.example.com, where they will have an installation of Wordpress (which I recommend, since you already have a php/mysql stack) or something similar. You can still make this work if you'd prefer to have it at example.com/blog but depending on your site you may have to do some modification of things like your .htaccess file, as well as your blog system theme if you want it to look like the rest of your site.

like image 64
Wade Tandy Avatar answered Oct 01 '22 01:10

Wade Tandy