You may have already visited my previous post on how to Prevent Your WordPress Post Image Being Too Large. In this post I'll explain you how to remove redundant image sizes and files.
As ...
Read Article
functions.php Archives...
WordPress’s functions.php is a key for you to modify basic theme functionality. On Crunchify we have used tens of admin & web hooks to completely customize theme. Checkout all source code and changes as a free tutorials.
Genesis Framework 2.5 – Genesis Visual Hook Guide, Tips and Hook References
Finally the wait is over! Genesis Framework 2.5 unveiled by StudioPress on April 26th 2017.
Crunchify.com finally moved to Genesis 2.5. Upgrade process went perfectly smooth without ...
Read Article
WordPress: How to Track Post Views without a Plugin using Post Meta
If you want to keep real-time track of your WordPress post views / hit by user then you can use this code. Below code snippet/plugin will gives stats for each post.
Step1: Put this into ...
Read Article
How to Enqueue Scripts into Child Theme in Genesis Framework
Generally, it’s a good idea to include JavaScript/jQuery libraries and plugins at the bottom of the page, just before closing the body tag. The reason is pretty simple, HTTP/1.1 ...
Read Article
How to Display Most Recently Updated Post/Page in WordPress
Sometimes we need to show most recently updated Posts/Pages in WordPress Theme. Below simple function will help you on the same.
[crayon-5c6b9898ee06c962519277/] ...
Read Article
WordPress Tips: How to Check if Post / Page has a Gallery
The Gallery feature allows you to add one or more image galleries to your posts and pages. Up until WordPress 3.5, the gallery shortcode was commonly used in its most basic ...
Read Article
WordPress: How to Disable Sidebar Widget on Specific Post/Page
In WordPress ecosystem, Widgets are essentials. We usually use average ~10 widgets at any given time. There are few in Sidebar and few in Post contents. By default WordPress doesn't provide ...
Read Article
How to Remove URL / Website Field from WordPress Comment Form?
WordPress Tips: Quick Way to Remove URL Field from Comment Form
We all know that WordPress is highly customizable and can be customized up to a great extent. WordPress is also famous for a ...
Read Article
How to Remove ‘http://’ from your ShortLink URL in WordPress PHP file?
Do you show ShortLink on your blog post? Does it take somewhat bigger place?
If yes, then this post will help you remove "http://" from ShortLink URL. Of course, you can use the same php ...
Read Article