Blog: roll my own or just use Wordpress?
1–10 of 18 posts
Re: Blog: roll my own or just use Wordpress?
#2Re: Blog: roll my own or just use Wordpress?
#3Re: Blog: roll my own or just use Wordpress?
#4I ultimately moved everything to BlogSpot. I am much happier and I spend much more time on actual development of content and layout and so on.
/Unpopular Google loyalist pov
Re: Blog: roll my own or just use Wordpress?
#5It is extremely customisable. There are tens of thousands of themes and many themes can be heavily customised within their own right.
Even assuming you wrote your own blogging platform you still have to write a lot of the useful Wordpress addons like WP Super Cache, Google XML Sitemaps, and so on.
I'd honest think it would be a better use of your time to write your own Wordpress theme end to end, than to write your own blogging platform, at least the theme you could likely sell (as opposed to your own, unsupported, blogging solution).
I'm no Wordpress fan boy, but it "just works" out of the box, and the only real downside I can name is I wish it didn't have so many security issues (and "apply this now!" critical patches).
Re: Blog: roll my own or just use Wordpress?
#6A static site generator, something hosted or even a more modern, less popular platform takes away a lot of that pressure.
Re: Blog: roll my own or just use Wordpress?
#7Re: Blog: roll my own or just use Wordpress?
#8Avoid the headache of upgrading software when you really want to focus on writing. There are more blogging platforms besides wordpress. https://ghost.org/ or http://squarespace.com/home/overview/ come to mind.
Re: Blog: roll my own or just use Wordpress?
#9Wordpress has way to many security problems, especially if you use plugins, as that I would want to administer it myself. Especially since wordpress is so popular and you can assume that vulnerabilities are actively exploited very quickly. A static site generator, something hosted or even a more modern, less popular platform takes away a lot of that pressure.
Automattic, the company behind WordPress, has a good security team and an active bug bounty program. They respond to reported vulnerabilities, especially serious ones, extremely swiftly. Furthermore, a good hosting service will eliminate almost all the security issues Automattic doesn't catch.
If you get a good host (e.g. WPEngine) you can automate backups and security updates, and the host will constantly monitor your account for suspicious activity and known-vulnerable plugins. It will even notify you if you install an unsafe plugin and automatically uninstall it.
I run my own information security blog on WordPress. I have comments disabled, I'm careful about what plugins I install (because let's be honest, there aren't many you really need) and WPEngine constantly scans my entire installation for suspicious activity or evidence of an intrusion. Aside from a 0day, there isn't much an attacker can do to compromise me.
Looking past alleged security issues, WordPress is a very established, robust and mature CMS for people who want stability and customization for their blog platform. I highly recommend it.
Re: Blog: roll my own or just use Wordpress?
#10Having used WordPress heavily in the past, I wouldn't go near it for my own site. It's a great option if you need a CMS for non-technical contributors, but I find I can get things done much faster writing in my editor of choice. As others have mentioned, security is something you need to stay on top of...