Get WordPress posts based on date ranges
Some things you just can’t do with WP_Query like get posts in the last 10 days from today. Here, we show you how to do that by using the posts_where filter.
Some things you just can’t do with WP_Query like get posts in the last 10 days from today. Here, we show you how to do that by using the posts_where filter.
It’s BobWP’s WooSnippet for the week of February 21, 2022. Get the lowdown on what’s new in the world of WooCommerce.
When you buy a WordPress plugin, what are you actually buying? Is it software? Access to support and updates? Something in between?
tl;dr – put wp-config.php in your .gitignore file!
Rakhitha Nimesh has done a nice job on wpTuts+ with his introduction to using pluggable functions in WordPress. I personally tend to prefer filters for adding flexibility in my projects, but there are times where a custom pluggable function is just the ticket. Also, a bunch of plugins use them, so it’s good to know…
Pippin has written a nice post about why we should be writing code every single day. I love this, in theory 🙂
Zach Brown has a nice post up on how to set up microcaching with Nginx combined with Batcache to handle big spikes of traffic (or just to maximize efficiency and enable running a site on low resources). Zach explains that while Batcache is a great solution and performs very well, it still requires loading PHP…