WordPress Tutorials

1075 bookmarks
Custom sorting
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