Using WordPress Transients to Reduce Database Load
Cache your database query results in WordPress Transients to reduce database load and increase your WordPress web page loading speed.
Cache your database query results in WordPress Transients to reduce database load and increase your WordPress web page loading speed.
How to pass variables from PHP to jQuery and javascript using the wp_localize_script WordPress function.
The default WordPress Maintenance Mode Message “Briefly unavailable for scheduled maintenance. Check back in a minute” is kinda sucky. Pimp it now!
Here’s how to take a video link from a WordPress custom field, display the video and pass parameters such as autoplay.
Here’s how to move the Jetpack social buttons to the top of the post if you’re using the Genesis framework for your theme.
Here’s how to add some custom image sizes for use with the WordPress 3.5 Media Manager.
What if you needed to set a particular page or post in your website as the parent to your new custom post types?
Here’s a solution for that.
Using an image sprite, we show you how to create dashboard menu icons for your custom post types that change on hover, just like the the core WP icons.
WordPress provides access to post and page data within “the loop”, but what if you need to get this information outside of the loop?