Popular Categories
Choose a category to get started
Informing users about the use of cookies on your website is a fundamental aspect of respecting privacy and adhering to legal r…
WordPress has a built-in filter named excerpt_length which has the role to set the excerpt length for all the loops. Simply…
Here is how you can apply conditionally a CSS class to link elements which contain images embedded into posts. Just add…
wp_kses() will do the sanitization of html output but keep the html. While using wp_kses you need to tell it what…
WordPress has its own version of the jQuery library and using $ operator will end up with js errors in your…
Let’s look at how to get the height and width of the viewport using Vanilla JS. We can use window.innerHeight to…
As you probably know the JSDoc is a popular approach for inline documentation used in many programming…