My favicon icon is stuck as the wordpress logo

(https://logdate.co.uk/)

I’ve tried changing the favicon many times but it stays as the wordpress logo
is this wrong?

I see you have configured a favicon, but you have done this:

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

The htdocs directory should not be a part of the URL, so the correct path would be:

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

I’ve changed it but the problem persists

It works fine from my end. Try clearing your Browser cache.

7 Likes

No change, still uses the wordpress logo, is this a glitch?

No, I don’t think so. It was caused by your browser cache. Have you cleared it fully? Delete the entire browsing history.

fine

7 Likes

Ok thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.