Changable favicon
I am looking for help to put single page favicon that would overwrite global one. Say for example I have wordpress website that is example.com and it has favicon set for every page. What I want is for example.com/page3 to have diffrent favicon. I have seen quite a few options around but I cannot figure out how to make it work (my coding skills are limited). This solution:
?php
echo 'link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico?t=' . time() . '" /';
?
Is marked as working one, but I cannot figure out how to set it up. Thank you for help