Genesis Framework and WordPress is a very unique combination. Like WordPress, GenesisWP also provides lots of hooks and flexibility in functionality. In this tutorial we will go over Genesis …
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.
Simple Scroll to Top Button in WordPress Footer without any JavaScript loading – Genesis Framework Tips
Scroll to Top / Back to Top button at the bottom of page is sometime very essential mainly if you have long posts. Here on Crunchify, we do have most of Java tutorials and …
How to Disable Auto Embed Script for WordPress 4.4+ – wp-embed.min.js
WordPress 4.4 came with lots of improved features and under the hood changes. You can now embed anything like other WordPress posts, SoundCloud content, Youtube, etc. Take a look at this …
Read Article about How to Disable Auto Embed Script for WordPress 4.4+ – wp-embed.min.js →
How to Display Total Word Count of Posts in WordPress Admin Column?
How can I add an extra admin column showing the word-count of a page or post? If you have any of below questions then you are at right place. How to Add Post Word Count Stats to WordPressAdmin …
Read Article about How to Display Total Word Count of Posts in WordPress Admin Column? →
How to Style and Customize WordPress Comment Form? Plus, Modify appearance of Comments with CSS
comment_form() outputs a complete commenting form for use within a WordPress template. Most strings and form fields may be controlled through the $args array passed into the function, while you may …
How to Prevent JetPack from Doubling OpenGraph Tags in WordPress Header
Jetpack is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com. It’s latest release added Publicize which provides a set of means to …
Read Article about How to Prevent JetPack from Doubling OpenGraph Tags in WordPress Header →
How to Deregister / Remove comment-reply.min.js, jquery-migrate.min.js and responsive-menu.js from WordPress
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 …
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 …