• Resolved drgonzo3000

    (@drgonzo3000)


    Your templates are loading the wrong website icon. It should never be loading your custom icon, it should only be loading the primary site icon. Changes you have instructed people to perform in the past, editing templates and deleting Icons are not correct as those changes will get overwritten when an update for the plugin is done or if a third party security scanner sees the file changes and reverts them as being malicious. Please update your templates to use the below code to correctly pull the top level site ico set at the wordpress level.

    <link rel="shortcut icon" href="<?php echo get_site_icon_url(); ?>" type="image/x-icon">
    <link rel="icon" href="<?php echo get_site_icon_url(); ?>" type="image/x-icon">
Viewing 1 replies (of 1 total)
  • Plugin Author FARAZFRANK

    (@farazfrank)

    Hi @drgonzo3000,

    Really appreciate your feedback on this.

    We fixed this in plugin version 1.0.9. We also added two more Free templates; 11, 15

    If you like the plugin, please rate us with your kind words: here

    Thanks & Great Day

Viewing 1 replies (of 1 total)

The topic ‘Fix your template Icon linking’ is closed to new replies.