CocoShoots
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add an image to bottom of postsThanks! I’ll try it.
Forum: Fixing WordPress
In reply to: Access head code to correct typo for link rel=Meant to come back and say “Solved!” Thanks, all.
Forum: Fixing WordPress
In reply to: Access head code to correct typo for link rel=Hi Fish,
I’ve been doing that. Finding interesting threads. Why Safari makes these things so difficult is beyond me.
Thanks for monitoring and responding! I’ll update if anything happens.
Forum: Fixing WordPress
In reply to: Access head code to correct typo for link rel=Worked great! Thanks to both of you guys.
But, it only works on Firefox. When I open the site in Safari or Chrome, there’s no favicon.
Anyone know why and how to solve?
Thanks.
Forum: Fixing WordPress
In reply to: Access head code to correct typo for link rel=(Wow, it’s back! Strange)
Forum: Fixing WordPress
In reply to: Access head code to correct typo for link rel=Based on this tutorial and what FishDogFish wrote (which is no longer appearing here, btw), I should insert code (shown in #2) in the header.php file.
1. Will this override what shows up in the actual head sxn right now (that I see via page source view)?
2. And not really knowing php, can anyone tell me where in the header.php file I should put:
<link rel=”Shortcut Icon” href=”http://nameofmysite.com/wp-content/themes/nameofthemefolder/images/favicon.ico”>
Reason I ask is that there is a bit of code in there already and I believe I need to place it in a certain area rather than just after everything else.
Should it be within the code starting with:
wp_head();and ending with:
</head>
Thanks for your help.