WordPress Tutorials

1078 bookmarks
Custom sorting
Don't Query by Repeaters - ACF Extras
Don't Query by Repeaters - ACF Extras
One of the most frequently asked question on the ACF support forum is how to use a WP_ Query to search for posts based on the values in repeater fields. I’m going to give you the answer, and it is a really simple one. You Don’t! You will find several discussions and filters on the […]
·acfextras.com·
Don't Query by Repeaters - ACF Extras
3 Organizational Tips For WordPress Users
3 Organizational Tips For WordPress Users
Managing a WordPress site is tough work, and it’s made even more difficult when encountering frustrations on the backend. And the reason why is simple: The more your site grows, the more cluttered it can become. But never fear. We’re
·wpsuperstars.net·
3 Organizational Tips For WordPress Users
Remove WordPress Default Image Sizes | WP Beaches
Remove WordPress Default Image Sizes | WP Beaches
WordPress image sizes contain defaults, small, medium and large as well as medium-large which is used in their implementation of responsive images. You can remove these default images with a WordPress filter intermediate_image_sizes_advanced Why you may want to do this could be that you definitely don’t need certain sizes or you are saving on web disk…
·wpbeaches.com·
Remove WordPress Default Image Sizes | WP Beaches
Remove Unused Image Media Sizes In Your WordPress Theme | WP Beaches
Remove Unused Image Media Sizes In Your WordPress Theme | WP Beaches
Keeping your WordPress image media library under control can mean a big difference to your site loading faster as well as your hard disk size footprint with the ability to easily back up or migrate your site. You basically need to remove any unused image sizes and images themselves not used, optimise existing image sizes and ensure future…
·wpbeaches.com·
Remove Unused Image Media Sizes In Your WordPress Theme | WP Beaches
Migrating Comments using WP REST API - Bill Erickson
Migrating Comments using WP REST API - Bill Erickson
A few weeks ago I finished development on my new website, and it was time to finalize content. I had hoped to have most of it ready before development, but dev is more fun than writing so I had procrastinated. By the time I was ready to launch, there were about 20 new, approved comments…
·billerickson.net·
Migrating Comments using WP REST API - Bill Erickson
searchwp_query_orderby
searchwp_query_orderby
If you are attempting to customize the order of search results to a great degree, the searchwp_query_orderby filter allows you to explicitly alter the ORDER BY used in the final query. NOTE: The main …
·searchwp.com·
searchwp_query_orderby
Optimize the setup of hosted Wordpress.org blog - Pascal's Wereld
Optimize the setup of hosted Wordpress.org blog - Pascal's Wereld
Like I wrote about in a previous post about migrating to SiteGround, my blog was migrated from wordpress.com to a hosted wordpress.org. But that is not all to it, we still have some other activities to do to optimize this blog. It takes some effort and time to find out what the settings and plugins […]
·pascalswereld.nl·
Optimize the setup of hosted Wordpress.org blog - Pascal's Wereld
Speed up WordPress WP_Query and query_posts functions
Speed up WordPress WP_Query and query_posts functions
While working on a WordPress theme, I noticed a low MySQL query cache hit rate. There were a lot of SQL_CALC_FOUND_ROWS queries that were not cached and were slowing down the database. It appears Word…
·flavio.tordini.org·
Speed up WordPress WP_Query and query_posts functions