Sometime back I've written few articles on How to Speed up WordPress blog by .htaccess method and complete guide with list of all steps with description. This is my continuous effort to make some …
functions.php • Tag Archive
The functions.php file in WordPress is a template file used to add custom code and functions to a WordPress theme.
It allows theme developers to add functionality to their themes, such as custom post types, custom taxonomies, custom shortcodes, and custom widget areas, without the need to create separate plugins for each feature.
The functions.php file is loaded by WordPress at runtime, and its code is executed for every page load, making it a key part of any WordPress theme.
How to change footer color in Thesis theme?
I recently got Thesis WordPress theme and so far it looks good. While doing customization, I wanted to change my footer color. In order to change footer color follow these steps: Another must …
Read Article about How to change footer color in Thesis theme? →
How to automatically display Titles and Description on Category Archives – Fix h1 tag missing error – WordPress Webmaster Tips
On Crunchify we are using Genesis Framework and Eleven40 child theme. So far we have done numerous enhancements and added number of hooks. As I believe, child theme Eleven40 is missing one of the …
How to Remove Comment Author URL for all Existing Comments in WordPress Genesis Framework?
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 …
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 …