jQuery Untick all the checkbox

the method we are using today to check/uncheck: checked or click()? The difference between make checked true/false and click is […]

Add variable to wordpress page

Sometimes you might want to show different content to a customer for a same URL: Add below to functions.php //Add […]

Modify taxonomy

If you template does not show the title and description for the taxonomy, add below code to show that to […]

Mask your email from Spam

Masking by character encoding Common character encoding, used when masking email addresses in the source code, is based on HTML […]