On Crunchify, we moved over to Default WordPress commenting system yesterday as there were quite a few issues with Disqus Commenting system. Now it's time for us to clean default WordPress comment …
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.
How to Create a WordPress Plugin with Multi-Instance Widget Option For Sidebar or Footer Use – Ready to use WordPress Plugin Code
Wordpress Widget Multiple Instances / Wordpress Custom Widget Crunchify has created multiple WordPress plugins over last few years. One of the requirements we got for our plugin Facebook Members is …
How to Add Column and Show Number of Attachments in WordPress Admin Panel
As mentioned in previous post WordPress is full of magic and customization. Theoretically you could change, update, enhance anything you want on your blog including Admin panel. By default you …
Read Article about How to Add Column and Show Number of Attachments in WordPress Admin Panel →
How to Show WordPress Featured Image in WordPress Admin Panel
As we discussed before - WordPress is completely amazing. With lots of hooks and functions you could achieve literally anything. You could modify WordPress Admin are the way you want, like, modifying …
Read Article about How to Show WordPress Featured Image in WordPress Admin Panel →
15 Essential Settings and Optimization Tasks After Installing WordPress for First Time
New to WordPress? Well, you are not alone. Every online blogger and smart thinker who want to have online presence have to start blog some day. This is the WordPress optimization guide for …
Not using Emoji on your WordPress Blog? Stop Loading wp-emoji-release.min.js and CSS file
Hello WordPress fans - Emoji option has been added starting WordPress version 4.4 core. That's awesome news for emoji lovers. On Crunchify, I always look at new added stuff in new version and …
Simple way to Disable WordPress Help Link from Admin Menu
WordPress is pretty amazing. It provides so many customization options without breaking your site. When you login to WordPress Admin Panel you by default see Screen Options and Help links. In my …
Read Article about Simple way to Disable WordPress Help Link from Admin Menu →
Crayon Syntax Highlighter WordPress Plugin – How to Stop Loading 3 CSS and 1 JS files
Crayon Syntax Highlighter is my favorite Syntax highlighter WordPress Plugin. You may have noticed, I use it in almost each and every post for highlighting PHP or Java code. As it's very …
How to Print all Loaded JavaScripts and CSS Stylesheets $handle for Your WordPress blog?
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 …