Search code examples
wordpressfavicon

Favicon not showing up on my wordpress site


The favicon was working when I first installed the theme and now it has stopped working.

http://veloxity.us


Solution

  • You have forgot to close the script tag on line 13

    <!--Header Styling-->
    <script type="text/javascript">var isloaded = false;
    

    Should be

    <!--Header Styling-->
    <script type="text/javascript">var isloaded = false;</script>