Add a CSS class to WooCommerce Shop Page

Do you want to add a specific CSS class to your woocommerce shop page? Yes? Then let me show you this trick to add a class to woocommerce page. You…

Read more »

Important Tips to Sanitizing Input Data in PHP

Sanitizing input data in PHP is an important step in preventing security vulnerabilities, such as SQL injection and cross-site scripting (XSS), in your database-driven web applications. Here are some common…

Read more »

Custom Checkbox As Toggle Button

In this trick, I will show you how you can make your own custom checkbox button and style it as a toggle button. We will hide the checkbox button with…

Read more »

jQuery Sticky Header

Hi friends, do you want to make your website’s header sticky? Let’s see how you can make a sticky header with a small piece of jQuery and CSS code. jQuery…

Read more »

Check If Element Exists with jQuery

In this trick, I will show you how you can check if the specific element exists in the document using the jQuery code. Element exists means when we want to…

Read more »

Gradient Underlines with CSS

This trick will show you how you can style the text underlines with a gradient color using a simple couple of lines of CSS. I will show you the two…

Read more »

Change Text Selection Color with CSS

Hi Guys in this trick, I will show you how you can change the text selection color with CSS style. We will use the pseudo-element selector to target the element….

Read more »

Ribbon Style with CSS

Hi guys, do you need a ribbon on your website for advertising, label, etc? Let’s see how you can make it super easy with CSS style. You just need to…

Read more »

Check Page is Parent or Child in WordPress

Hello friends, in this trick I will show you the core function of WordPress to check whether the page is parent or child. There are built-in WordPress core functions that…

Read more »

Reset WordPress Admin Password in Database with SQL

Hi guys, let’s see in this trick, how you can reset the WordPress admin password in the database with SQL command. The SQL command will update the password in database….

Read more »