Hacker News new | ask | show | jobs
by petra 2811 days ago
What about dynamic wordpress plugins, don't you see at a big issue for hardypress ?
1 comments

What do you mean by "dynamic"? Can you give an example?
Plugins that dynamic stuff based on feedback from the user: comments/forums, searching over custom post types, login , e-commerce ordering ,etc.
Gotcha. IIRC search is taken care of by their rewriting of querystrings. Comments and things like WooCommerce aren't going to work, but if you want to do that kind of stuff SSGs aren't going to cut it - to do any kind of per-user processing you need some kind of system to do that processing, which SSGs aren't going to provide. We're thinking about using HardyPress for some of our non-profit clients because we can probably work with something like fixed donation amount buttons and Stripe.js.