Hacker News new | ask | show | jobs
by alistproducer2 3252 days ago
I usually start with WordPress because of the mature plugin ecosystem. Most really difficult-to-implement features are available as free or cheap (<$100) plugins. Couple that with the fact that most plugins are designed with extensibility in mind via WP's hooks and actions (callback system) and there's not much I haven't been able to get done in a fraction of the time compared to starting on a different platform.
2 comments

What are the kinds of things you're building with WordPress?

I'm curious because I run a couple of WordPress blogs, and I recently realized I can do a lot with the platform beyond just blogging.

I've used WP as an access control middleware on a electronic health records project and I'm currently using it to build a electronic contract SaaS platform. As a concrete example with my e-contracting app, I was able to get account management (changing passwords, deleting accounts, etc.) by using the Ultimate Member plugin. It would've taken me at least a week of coding to build this from scratch.
Thanks for your answer. I would've never thought of using Wordpress for those applications.

Where would you direct someone interested in learning more about how to extend Wordpress with plugins, themes, taxonomies, custom types, etc.? I'd mostly like to use it in CMS-like roles for personal projects.

I've learned how to build and extend plugins via WordPress.org. I've also spent a lot of time just digging through the source. Combine that with SO and that's been how I've come up to speed. I do remember a good book from back in the day called "digging into WordPress"
I'm currently using it as an aggregator (displaying scraped and scored data).
i couldn't agree more! my favorite app platform so far