Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<link rel="icon" href="http://example.com/favicon.ico" /><?php
/*
Plugin Name: FavIcon
Plugin URI: http://www.flatpress.org/
Description: Adds a favicon to FlatPress
Author: NoWhereMan
Version: 1.0
Author URI: http://www.nowhereland.it/
*/
function plugin_favicon_head() {
echo '<link rel="icon" href="' . plugin_geturl('favicon') .'imgs/favicon.ico" />';
}
add_action('wp_head', 'plugin_favicon_head');
?>
1 to 4 of 4