Add Search Form in Post Content With Shortcode
This shortcode will help you to add a WordPress search form in post content. Now you can easily add a WordPress search form practically anywhere you want. Visit WPCodeSnippet The post Add Search Form...
View ArticleLimit The Post Title in WordPress by Word Count
Sometimes you need to limit the post title by certain number of words so your website do not break. This WordPress code snippet will help you with that. Visit WPCodeSnippet The post Limit The Post...
View ArticleAdd Odd And Even Class to WordPress Posts
To style alternative blog posts differently, you can use this WordPress code snippet to add odd and even classes to blog posts on your WordPress website. Visit WPCodeSnippet The post Add Odd And Even...
View ArticleAutomatically Delete Users After 7 Days In WordPress
This WordPress snippet will help you to provide temporary access of your WordPress website to some users and automatically delete users after some time. Visit WPCodeSnippet The post Automatically...
View ArticlePrevent WordPress From Checking Update For Plugins
For security, privacy or whatever reason, if you want to disable checking update for plugins then you can use this WordPress snippet to stop updates check. Visit WPCodeSnippet The post Prevent...
View ArticleDisable RSS Feeds On Your WordPress Blog
On some project you might not need the RSS feeds to be available and your want to disable RSS feeds completely. With this snippet you can disable RSS feeds. Visit WPCodeSnippet The post Disable RSS...
View ArticleDisplay Upcoming Posts in WordPress Without a Plugin
To display upcoming posts on your website sidebar, you can run a WP_Query to get blog posts with post_status future. We have this snippet to do just that. Visit WPCodeSnippet The post Display Upcoming...
View ArticleGet A List Of All Custom Page Templates in WordPress
If you want to get a list of all custom page templates that currently exist on the currently activated WordPress theme then you can use this code snippet. Visit WPCodeSnippet The post Get A List Of All...
View ArticleForce Sub Categories To Use Parent Category Templates
You can use this WordPress code snippet to force WordPress to use custom parent category templates on all your child categories as well as sub-categories. Visit WPCodeSnippet The post Force Sub...
View ArticleRemove Version Query String From Static JS And CSS Files
For better caching of static resources you must remove version query string from static JS and CSS files. This WordPress code snippet will help you do that. Visit WPCodeSnippet The post Remove Version...
View ArticleAdd Custom Image Sizes Into WordPress Media Library
This code snippet will allow you to add pre-defined custom image sizes to media library so that you can choose from these sizes when you upload an image. Visit WPCodeSnippet The post Add Custom Image...
View ArticleRedirect User To Post If Search Results Return One Post
To redirect user to post if only one search result has returned, you can use this WordPress code snippet in your theme's functions.php file. Visit WPCodeSnippet The post Redirect User To Post If Search...
View ArticleCheck if The Current User is The Post Author in WordPress
This WordPress code snippet will allow you to check if the current user is the post author. You can also use this method to leave a personalized message for post author. If you like this article, share...
View ArticlePrevent User Registration in WordPress From Specific Domain
This WordPress code snippet will allow you to block user registration from a specific domain. You can prevent user registration from as many spammy domains as you want. If you like this article, share...
View ArticleDisable Emojicons Feature Introduced in New WordPress 4.2
To disable Emojicons, newly introduced feature in WordPress, you can use this function. This will allow you to disable Emojicons support if you do not use it. If you like this article, share it with...
View ArticleAllow 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 Article