Updates, Tips & Tricks

Updates as Released, Plus My Personal Collection Of WordPress Best Practices

Remove Inline CSS from Query Multiple Taxonomies

02 March

Add to functions.php:

/ Don't show the inline css for wp-query-multiple-taxonomies
remove_action('wp_head', array('QMT_Hooks', 'wp_head'));
No comments yet.

Leave a Reply