This is an advanced tutorial on using the WP_Query object.
How to Use the WP_Query Object
codeable editorial team @ codeable.io • 1 year ago
codeable editorial team @ codeable.io • 1 year ago
This is an advanced tutorial on using the WP_Query object.
Kathy Banach @ toolset.com • 1 year ago
The Toolset team has released an update to their plugins adding support for the upcoming release of WordPress 6.3. It is nice to see that they also added support for PHP versions 8.0, 8.1, and 8.2 along with a number of other fixes.
Chloe Chamberland @ wordfence.com • 1 year ago
This is a mid-year report from the WordFence team about security threats they have tracked so far. The article is kind of interesting also because they used AI prompts against their own vulnerability database to help generate the answers.
Ben Ritner @ kadencewp.com • 1 year ago
Congratulations to the Kadence team on the release of Kadence Blocks 3.1 and the updates to Kadence Blocks Pro. The biggest feature is the build out of the Kadence Form block, but there are also lots of smaller enhancements and generally making the UI more consistent and easier to use.
Design with Cracka @ youtube.com • 1 year ago
Here is an interesting interview with Louis, the creator of the Breakdance Builder.
Temani Afif @ smashingmagazine.com • 1 year ago
In the creative CSS, but I’m not sure how useful department, here is an article showing how to create an array of colors using only modern CSS. I suspect you’d want to combine this with some JavaScript to be able to pick colors, or allow the user to pick colors, which seems to limit its usefulness on its own.
Brian Gardner @ powderstudio.com • 1 year ago
Brian Gardner’s premium Frost theme didn’t work out and he sold it to WP Engine. Now he is trying again with Powder Studio, another block theme. This one looks more well rounded.
memorials @ wordpress.org • 1 year ago
WordPress org adds a memorials page to remember community contributors who’ve died.
Lax Mariappan @ webdevstudios.com • 1 year ago
For developers: WordPress 6.1 added the “did_filter” function to check if your filter has already been run during the current page load. It is a bit esoteric, but useful if you need it.