- Original Poster
- #1
I have 3 blogs (soon to be 4) on different subjects. One is a games blog, one is a politics blog, one is a vaping blog and the new one is going to be a tech / programming blog.
I'm currently using self hosted Wordpress with a couple of plugins running on a VPS but have been thinking about writing my own blogging software to handle the needs of my websites. Not because I think Wordpress is bad (I actually quite like it) but because I am not a PHP / MySQL programmer (I generally use Python / Django / PostgreSQL) and if I ever want to make changes to my website for SEO, adding features or optimisation reasons I won't be able to do that with Wordpress.
My plan is to make my new blogging software extremely simple in terms of features but with the understanding that as I learn more about SEO and my requirements as a network of blogs that I can add features on to it as my needs grow and change. I was also going to release my software as open source code with the hope that other people might get interested and either use it or add new features to it.
The obvious problem is though that I need to spend the time writing the blogging software. I can get a basic template done in a couple of weeks because Django is such a good web framework and allows really rapid development.
What would you do? Stick with Wordpress even though you'd be unable to modify it or write your own simple software that can grow as your website grows? I mean after all a blog is really simple software. You just need a text editor which saves HTML to the database and a page which pulls that data from a database and displays it. Everything else is pretty much optional. It is all about the content not about the software.
I've got some SEO books which I am told are well regarded so I'll be reading them about best practices but I really just want to get my websites up and running so I can start adding content to them.
Interested to hear any thoughts from other website owners / programmers.
I'm currently using self hosted Wordpress with a couple of plugins running on a VPS but have been thinking about writing my own blogging software to handle the needs of my websites. Not because I think Wordpress is bad (I actually quite like it) but because I am not a PHP / MySQL programmer (I generally use Python / Django / PostgreSQL) and if I ever want to make changes to my website for SEO, adding features or optimisation reasons I won't be able to do that with Wordpress.
My plan is to make my new blogging software extremely simple in terms of features but with the understanding that as I learn more about SEO and my requirements as a network of blogs that I can add features on to it as my needs grow and change. I was also going to release my software as open source code with the hope that other people might get interested and either use it or add new features to it.
The obvious problem is though that I need to spend the time writing the blogging software. I can get a basic template done in a couple of weeks because Django is such a good web framework and allows really rapid development.
What would you do? Stick with Wordpress even though you'd be unable to modify it or write your own simple software that can grow as your website grows? I mean after all a blog is really simple software. You just need a text editor which saves HTML to the database and a page which pulls that data from a database and displays it. Everything else is pretty much optional. It is all about the content not about the software.
I've got some SEO books which I am told are well regarded so I'll be reading them about best practices but I really just want to get my websites up and running so I can start adding content to them.
Interested to hear any thoughts from other website owners / programmers.