How to Remove the Favicon

Don’t want to use the Thesis Favicon? Would you like to remove the associated <link> from your document <head>?

No problem—you can remove it easily with a boolean filter. Simply add the following code to your master.php or custom.php file:

add_filter('thesis_favicon', '__return_false');