The Importance of Informing the User About the Use of Cookies

Informing users about the use of cookies on your website is a fundamental aspect of respecting privacy and adhering to legal r…

Change Excerpt Length For All Loops In WordPress Code Example

By default, WordPress sets the excerpt length to 55 words. That might work fine for some themes, but if you’re designing or…

How To Sanitise In WordPress But Keep Html Code Snippet

When building WordPress themes or plugins, sanitizing user input is essential for security. But sometimes, you need to sanitize content without stripping…

How To Use Jquery Wrapper In WordPress, JS Code Example

If you’ve ever added custom JavaScript in WordPress and noticed your jQuery code doesn’t work as expected, it’s likely because WordPress runs…