How to write htaccess dynamically in WordPress
Let’s learn how to write and edit the htaccess file dynamically in WordPress, using insert_with_markers().
March 21, 2022Let’s learn how to write and edit the htaccess file dynamically in WordPress, using insert_with_markers().
March 21, 2022In 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 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, 2020It’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