Don’t Over-Architect Your Blog Posts

[ad_1] At some point, I lost the motivation to write about anything that would include too much code because of the amount of time it would take to: put a functioning solution together, architect it in such a way that’d fit with best practices (at least for OOP), explain the various features about OOP that […]

Continue reading

Sort WordPress Posts By Date

[ad_1] TL;DR: If you’re looking for an easy way to sort WordPress posts by date (be it descending or ascending) in the administration area without having users click on the Date column header, you can do so through the use of the pre_get_posts filter that provides a reference to the instance WP_Query running on the […]

Continue reading