WordPress has come a long way since its humble beginnings in 2003. The platform, once a simple blogging tool, now...
In the ever-evolving landscape of website development, staying ahead of the curve is essential. As a freelance web developer based...
In the digital realm, your website serves as the cornerstone of your online presence. It's not merely a virtual space;...
In the ever-evolving world of e-commerce, having a robust and flexible platform is crucial for businesses to thrive online. When...
To stop any page from being deleted by any user role, including admins, add the following code to your functions.php...
In the early days (2003), WordPress was essentially a blogging tool and quite limited in how you could build with...
To allow the editor user role to have full access to Gravity Forms, simply add this code to your functions.php...
Add this code to your functions.php file to add the dimensions to the image object array for svgs. add_filter( 'wp_get_attachment_image_src',...
A quick snipped of code filter parameters into YouTube oEmbed requests. Handy to remove suggested videos, YouTube contols and info....
Fed up of getting the W3 Validator warning "The type attribute is unnecessary..."? Here is a handy bit of code to...
A nice solution for a custom WordPress Ajax login form without using a plugin. Place this anywhere you would like...
A quick way to manually disable the WordPress emojicons code without needing a plugin. Pop this in your functions.php file:...