Removing emoji code added to the head in WordPress
Quickly remove the emoji code WordPress 4.2+ adds to the head element with a few lines of code in the functions.php file
Quickly remove the emoji code WordPress 4.2+ adds to the head element with a few lines of code in the functions.php file
A run though of how to add the featured thumbnail image column to pages, posts and custom post types in WordPress admin view. Code and examples given.
How to remove different columns in WordPress page, post and custom post type views. Examples include removing 'Type', 'Comments' and 'Author' columns
Various tips and tricks to help increase your WordPress speed scores to over 95% as measured by Google PageSpeed Insights
Code snippets and description showing how to move minified JavaScript and CSS to the footer that have been created by W3 Total Cache plugin for WordPress.
How to fix a number of qTranslate problems with WordPress 3.9 including error messages, issues with TinyMCE visual editor and overwriting of content from ACF fields.
How to easily enable icon fonts (dashicons) for your custom post type menu items in WordPress 3.8.
How to easily and automatically optimise all images on a WordPress site using the EWWW Image Optimizer for better compression and so they pass web performance measurement tools such as Google's Page Speed Insights.
How to locate and fix intermittent 'white screen of death' problems with WordPress. Blank screens are often down to fatal PHP errors created by exceeded memory limits.
In this post I look at the code required to execute a PHP function before a Contact Form 7 form is submitted using wpcf7_before_send_mail