biasa juga disebut sebagai Favicon… berikut penjelasan pada wikipedia “A favicon play /’fæv?k?n/ (short for favorites icon), also known as a shortcut icon, Web site icon, URL icon, or bookmark icon, is a file containing one or more[citation needed] small icons, most commonly 16×16 pixels, associated with a particular Web site or Web page. A web designer can create such an icon and install it into a Web site (or Web page) by several means, and graphical web browsers will then make use of it.Browsers that provide favicon support typically display a page’s favicon in the browser’s address bar and next to the page’s name in a list of bookmarks. Browsers that support a tabbed document interface typically show a page’s favicon next to the page’s title on the tab, and site-specific browsers use the favicon as desktop icon.” Berikut ini adalah teknik penambahan Favicon pada cms wordpress.
kita akan menambahkan tag link rell pada bagian Header PHP..
- Code:
-
<link rel="SHORTCUT ICON" href="alamat icon"/>
<! contohnya adalah ini !>
<head>
<link rel="SHORTCUT ICON" href="http://note.shell32dll.info/wp-content/uploads/2011/11/cmd2.ico"/>
</head>
untuk CMS WordPress.. kita hanya akan berurusan dengan 3 buah konten website.
1. Header.php pada tema
2. WP-login.php (form login)
3. Header.php pada site admin
ayo mulai dengan Header.php pada tema
1. masuk ke side admin (namadomain/wp-admin)
2. pada menu appreance, pilih menu Editor
3. cari : Header
(header.php)
4. masukan coding di atas tepat di bawah <head>
- Code:
-
<head>
<link rel="SHORTCUT ICON" href="http://note.shell32dll.info/wp-content/uploads/2011/11/cmd2.ico"/>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
5. refresh halaman index dari website dan lihat hasilnya..
hal yang sama juga dilakukan pada WP-login.php (form login) dan site admin. hanya saja. kita memerlukan aplikasi ftp client seperti filezilla atau ftp manager pada cpanel…
selamat mencoba..