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 add a thousands separator in PHP, to make our prices prettier than ever before.
December 4, 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 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 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, 2019