
Select theme while registering in wordpress multisite network
Learn how to enable user to select theme while registering in wordpress multisite network. This article explains the steps along with ready to use script.
Eliminate render blocking javascript and defer parsing of js
Why is it important to Eliminate render blocking javascriptYou know your website needs to be fast. Even if the users with slow Internet connection don’t matter much to you, you should consider the speed optimization of your website because it…
Reset password email in wordpress
Setting a nice mail template to the outgoing mails from your site is really a great idea. It not only makes the email look better, but also gives a professional touch to the content. However, sending reset password email in…
Regular expression for email validation
In this post we are sharing a regular expression to validate email address. In this example, we have used jQuery to test the email, however it can be used in php as well ( expression ). Tweet
Woocommerce remove additional information
We often encounter a situation where we need to woocommerce remove additional information section from the checkout pages of woocommerce. This can be achieved by using filter provided by woocommerce. This can also be achieved by overriding woccomerce template but…
Rename woocommerce Products label
In this post, we will explore how we can rename the default “Products” label in the woocommerce installation. While doing so, we will have to take care of the fact that our changes are retained after the woocommerce or wordpress…
Allow user to login with email address
Snippet to allow users to log in using their email address in wordpress.
Get wordpress post thumbnail url
Get wordpress post thumbnail url from post id.
Redirect user on failed login in wordpress
Use this script to redirect a user to a page of your choice , if his login attempt failes.