WordPress is a very flexible and feature rich blogging platform. Some time back I've written few articles on wp_enqueue_script and wp_enqueue_style WordPress APIs like best way to enqueue script in …
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.
WordPress: How to Change Default Avatar Size in Comment List
Gravatars are Globally Recognized Avatars. By default, WordPress uses gravatar to display user’s avatars based on their email. The default size for WordPress’s avatars is 48px which is pretty small. A …
Read Article about WordPress: How to Change Default Avatar Size in Comment List →
WordPress: How to Remove Comment Notes Below the Comment Box
WordPress is a very powerful blogging platform. Now world's ~18% sites are powered by WordPress. This post shows tricks on how to remove comment notes below the comment box? In order to remove …
Read Article about WordPress: How to Remove Comment Notes Below the Comment Box →
WordPress Tips: How to Remove Redundant Image Sizes And Files
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 you may …
Read Article about WordPress Tips: How to Remove Redundant Image Sizes And Files →
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 glitch. I spent …
Read Article about Genesis Framework 2.5 – Genesis Visual Hook Guide, Tips and Hook References →
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 functions.php …
Read Article about WordPress: How to Track Post Views without a Plugin using Post Meta →
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 specification suggests …
Read Article about How to Enqueue Scripts into Child Theme in Genesis Framework →
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-60377dc566591607191546/] …
Read Article about How to Display Most Recently Updated Post/Page in WordPress →
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 form: [ …
Read Article about WordPress Tips: How to Check if Post / Page has a Gallery →