… in de meeste gevallen zal die persoon je uiteindelijk vragen of je iets wilt fixen op zijn/haar computer. Hoe voorzichtig je ook te werk gaat. Dit hele euvel is mooi weergegeven in een diagrammetje, waar mijn collega Joris mee af kwam.
Favicon
1 2 3 4 5 6 /** FAVICON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ function favicon_link() { echo ‘<link rel="shortcut icon" href="’ . get_stylesheet_directory_uri() . ‘/pix/favicon.ico" />’ . "\n"; } add_action(’wp_head’, ‘favicon_link’);/** FAVICON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ function favicon_link() { echo ‘<link rel="shortcut icon" href="’ . get_stylesheet_directory_uri() . ‘/pix/favicon.ico" />’ . "\n"; } add_action(‘wp_head’, ‘favicon_link’); Interesting read on favicons: Understand the … Lees verder