How to Disable the Emoji Code in WordPress
Since version 4.2 release, WordPress natively adds supports Emoji characters. Because if this WordPress loads some extra java&hell..
How to Register & Display Sidebars in WordPress
You can register sidebar by calling register_sidebar() method. Just provide a unique name to each sidebar (eg: “Right Sidebar”, “L..
How to Remove all WordPress Widgets in Admin Dashboard
In this video tutorial, we will see how to remove all widgets from WordPress Dashboard. When you logged into your WordPress dashbo..
How to Limit Authors and Contributors to their Own Post in WordPress
This little code hack will help you to limit your authors and contributors to their own posts in WordPress admin. Copy and past th..
How to Include Custom Post in WordPress Author Archive Page
Is your WordPress theme not showing custom post on Author Archive page? Add the following code snippet to functions.php file. This..
How to Add Google Prettify Syntax Highlighter in WordPress
Include the following script tag in your to your WordPress theme before to support Google Prettify Syntax Highlighter. ..
How to Remove Emoji from WordPress 4.2 Website
How to Remove Emoji from WordPress 4.2+ Website ..
How to Fetch All Sub Categories of an Selected WordPress Category
The following code snippet will fetch all sub categories of selected category. Add the following code snippet to your themes archi..
How to Include WordPress Custom Post Types to Archive Page
The default WordPress author archive page template displays only default post types. The custom posts are not included. The follow..
How to validate user Gravatar for specific email id
The following PHP snippet can be used to determine if Gravatar is available for specified email. It returns TRUE for valid gravata..