As a quick background. I am a web developer. I tried to develop 10-15 of my domains. Due to lack of time/focus, none got anywhere - as such I decided to focus on two, and do them properly.
In the past, I have used wordpress for a CMS of sorts. One of the sites is essentially a blog with additional PHP based dynamic features. Using the PHP-EXEC plugin with wordpress was extremely complex. I do not have a decent understanding of the workings of wordpress, and as such trying to integrate these dynamic features as wordpress 'pages' was more effort than it was worth.
Part of my new approach to these developments is to improve my code. As such I intend to utilize the Code Ignitor framework to develop these two sites well.
In principle I sit here and think I will simply develop a simple blogging solution for myself - one which displays posts, has a single page view, and allows comments. I am however fully aware of the benefits of wordpress - SEO, pingbacks, tags etc..
So.. hopefully someone can help me here as to what to do, how to approach this
Site 1 has no blog, it is totally independent and runs off php/mysql utilizing CI. Site 2 has a blog aspect to it (the main aspect) - do I use wordpress or create a simple blogging platform of my own.
I appreciate wordpress is awesome for JUST a blog but trying to integrate my dynamic aspects has been a headache to say the least.
Thanks