WooCommerce is an excellent plugin which made WordPress an wonderful E-Commerce platform, You can implement almost any kind of E-Commerce store using it and its super easy to manage than any other dedicated E-Commerce platform available today. One ... Read Further ➟
Avoid WordPress from Reducing the Quality of Your Uploaded Images
You might not have noticed but the fact is WordPress by default displays .jpeg image format with only 90% of the quality of the original uploaded image, This is a measure to speed up your website without causing much chaos :) Though this is not a ... Read Further ➟
How to Display Post Author Gravatar Image in WordPress
Sometimes you may want to feature the post author in separate space inside the post like about author box, Here is a simple PHP code snippet which returns the current post authors Gravatar with a desired image size. <?php echo get_avatar( ... Read Further ➟
How to Automatically Trim WordPress Post URL to Make it Readable and SEO Friendly
In WordPress, Every post will be assigned with unique URL called "Slug". If you didn't manually edit it, Slug is automatically assigned to your post depending on the permalinks settings and post title. Mostly we all are in so much rush that we ... Read Further ➟
How to Display Custom Avatar in Comments For Users Without Gravatar
Gravatar is a great service by Automattic, The team behind WordPress. Many popular online brands are already started integrating it with their products and its by default integrated with WordPress core. In WordPress default commenting system, ... Read Further ➟
Hide Installed Plugins from Dashboard : Users can not deactivate the Plugin
As a WordPress Developer, Sometimes you dont want the user to deactivate certain plugins which are very essential for the site and the deactivation can also break up the entire site. In such cases you can either explain the importance of those ... Read Further ➟
How to make Youtube Videos Mobile Responsive in WordPress
Responsiveness is the new trend in WordPress Theme Industry,Nobody likes to maintain a separate plugin or separate theme for presenting your site in mobile devices. Though all most every WordPress theme now comes with a mobile responsive design ... Read Further ➟