Allow Users to Login With Email Address in WordPress
This code snippet will allow your users to be able to login with email address instead of username since email addresses are unique and easily remembered. If you like this article, share it with others...
View ArticleChange WordPress Email Content Type to HTML Instead of Text
You will require to change WordPress email content type to HTML to be able to send HTML emails. Because by default WordPress send emails in text mode only. If you like this article, share it with...
View ArticleStop Loading Contact Form 7 JavaScript And CSS in WordPress
This is a great way to stop Contact Form 7 JavaScript and CSS files being loaded in WordPress on all pages and allow them to be included on pages manually. If you like this article, share it with...
View ArticleChange the Search Results Page URL Slug to ‘/search/term’
To change search results page URL slug you can use this WordPress code snippet. It will redirect user to '/search/term' instead of default '/?s=term' page If you like this article, share it with others...
View ArticleStrip HTML Tags From the_terms Function Output
To strip HTML tags from the_terms function, you can use this WordPress code snippet. This will allow you to display list of taxonomy in plain text instead of links. If you like this article, share it...
View ArticleDisable Content Editor for Specific Page Template
To disable content editor on a specific page template, you can use this WordPress code snippet. Now you can hide visual editor on any page template you want If you like this article, share it with...
View ArticleAdd Featured Post Thumbnails to WordPress Admin Post Columns
To add featured post thumbnails to list of post & page column in WordPress admin, use this code snippet. It will show featured post thumbnails on post list. If you like this article, share it with...
View ArticleRedirect WooCommerce User to Checkout Page After Add to Cart
Use this snipper to redirect WooCommerce user to checkout page after adding a item to cart. This is useful for a landing page with an Add to Cart feature. If you like this article, share it with others...
View ArticleInsert Google Maps Using a Shortcode Without Using a Plugin
This code snippet will allow you to insert Google maps using a shortcode in any WordPress post or page and best of all, it works without using any plugin. If you like this article, share it with others...
View ArticleForce WordPress to Select Thumbnail Image Size by Default in WordPress Media...
To select custom thumbnail image size automatically in WordPress Media Uploader, you can use this WordPress code snippet so when you uploads new images to a post, you can insert them into content...
View ArticleChange The Separator in The Title Tag in WordPress
Title tags have been considered one of the most important on-page SEO elements. Separator in the title tag are also important part of the page title. Although it has never been confirmed If you like...
View ArticleDisable Update Check and Notification for Specific Plugin
To disable update check and notification for a specific plugin in WordPress, we will disable all HTTP requests to check updates for plugins that we do not want to plan updating. If you like this...
View Article