Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] 3.7.13 admin pages showing different favicon (ladybug) (http://forum.bytesforall.com/showthread.php?t=21241)

LonelyDrone Dec 9, 2013 06:38 PM

[SOLVED] 3.7.13 admin pages showing different favicon (ladybug)
 
Hi,
Just updated and the admin pages using different favicon now. Where might I change this back to the default? TY!

<link rel="shortcut icon" href="http://www.BrightonHoney.com/wp-content/themes/atahualpa/images/favicon/6-favicon.ico" /><style

site pages

<link rel="shortcut icon" href="http://www.BrightonHoney.com/wp-content/theme-images/favicon.ico"/><link rel="profile"

juggledad Dec 9, 2013 06:46 PM

Edit function.php and go to the bottom and remove the following lines
HTML Code:

function pa_admin_area_favicon() {
$favicon_url = get_bloginfo('url') . '/wp-content/themes/atahualpa/images/favicon/6-favicon.ico';
echo '
<link rel="shortcut icon" href="' . $favicon_url . '" />';
}
add_action('admin_head', 'pa_admin_area_favicon');


LonelyDrone Dec 9, 2013 07:06 PM

Thank you! Back to normal...


All times are GMT -6. The time now is 11:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.