• Just in case this helps anyone as this has been asked a few times in the past on these support forums. You can actually have a custom site icon for your mapped pages by putting the following code in the header of the specific pages you want the unique icon on:

    <link rel="icon" href="URL-OF-YOUR-ICON" />

    so it might look like this

    <link rel="icon" href="https://example.com/wp-content/uploads/custom-site-icon.png" />

    How can you customize the header of a specific page? The plugin Header and Footer Scripts will allow you to do this and when you edit a page the field will be there to add extra code to the header of only that page. There are probably other ways to add code to the header of a specific page so do your own research on that plugin, but that’s just one way to do it. So it is absolutely possible to achieve this.

  • The topic ‘A way to have custom site icon for any pages including mapped pages’ is closed to new replies.