How to use PageSpeed Insigths in localhost
PageSpeed Insights is a powerful tool that analyzes our web pages and give us useful data. Is it possible to use it in localhost?
March 23, 2022PageSpeed Insights is a powerful tool that analyzes our web pages and give us useful data. Is it possible to use it in localhost?
March 23, 2022When developing a website, caching is a serious thing. Here’s how to specify an efficient cache policy for our static assets.
March 22, 2022Let’s learn how to write and edit the htaccess file dynamically in WordPress, using insert_with_markers().
March 21, 2022In this article we will learn how to use lazy load for background images in WordPress, a useful solution to speed up loading times.
March 19, 2022In this tutorial we will learn how to add a thousands separator in PHP, to make our prices prettier than ever before.
December 4, 2021In this post we will learn how to secure our WordPress website using HTTPS, first by activating an SSL certificate.
November 26, 2021In this tutorial we will learn how to limit the length of a given string, by creating a function that will do all of that for us.
January 3, 2021In this post we will learn how to restrict WordPress content by user role, both by using a core functionality, or some PHP code for more versatility.
February 10, 2020In this tutorial we will learn how to insert post programmatically in WordPress, by using wp_insert_post(). It’s also possible to edit existing posts.
February 7, 2020In this tutorial we will learn a very easy way to get the current user ID in WordPress, using a core function that will give us what we’re looking for.
February 5, 2020In this tutorial we will learn how to add custom meta boxes in posts, pages or other custom post types in WordPress, without using plugins.
February 3, 2020In this tutorial we will see how is possible to add the Yoast meta description programmatically, by using the WordPress hook save_post.
January 21, 2020In this tutorial we will see how to use setTimeout() to add delays in Javascript, and why the delay() method is not suitable for everything.
January 19, 2020In this beginners’ tutorial, we will learn how to find the post ID in WordPress. It also works for pages, categories or tags ID.
December 11, 2019In this tutorial we will see how to create custom loops in WordPress, and how it’s possible to customize them using the class WP_Query().
September 12, 2019It’s possible to add Google Fonts in a WordPress theme, and there’s a right way to do it. Let’s see how to do that without using a plugin.
July 25, 2019A coding tutorial about how to add and show post and page views in a WordPress site, without using plugins or external tools.
July 23, 2019A tutorial in which we’ll see how to remove the admin bar (or toolbar) from a WordPress site with just one line of code. Quick and useful.
July 22, 2019