Skip to content

Add favicon

robiso edited this page Dec 6, 2017 · 3 revisions
  1. In your theme.php, add the below code between your <head> </head> tags.

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

<link rel="icon" href="/favicon.ico" type="image/x-icon">

NOTE: Make sure to also actually upload your favicon.ico in the same location as your index.php.

Clone this wiki locally