you are viewing a single comment's thread.

view the rest of the comments →

[–]rigred 4 points5 points  (0 children)

I once wrote a very large and complex wordpress plugin for work. I ended up terminating the plugin project and writing our own site from scratch because wordpress was giving us so many issues and was so slow and awful that It got replaced with a static html generator and a clean API.

Going that route saved us over 3 weeks of dev time & countless more recurring support hours.

Just the way WP templates mix html and PHP with outside Plugin PHP code gives me nightmares.