Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 07-13-2006, 09:27 PM   #1 (permalink)
Easily Outraged
 
Join Date: 01-09-06
Posts: 3,056
iTrader: 0 / 0%
Latest Blog:
None

Nick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web pro
Where do you put the code for a favicon in Wordpress?

I am trying to upload and use a favicon for my blog.

Where do I insert the code?
Nick is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 07-13-2006, 09:30 PM   #2 (permalink)
Southern Brat
 
Cricket's Avatar
 
Join Date: 10-13-03
Location: Texas
Posts: 15,416
iTrader: 0 / 0%
Cricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster material
In the head of the document, just like any other website.
__________________
GNC Web Creations - Free Search Engine Optimization Training Class
Website Development Training - Website Development Training Blog

What are you waiting for? Submit your site to directory.v7n.com today!
Cricket is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-13-2006, 09:46 PM   #3 (permalink)
Easily Outraged
 
Join Date: 01-09-06
Posts: 3,056
iTrader: 0 / 0%
Latest Blog:
None

Nick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web pro
Which template exactly and what code?

I can't seem to get it to work.
Nick is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-13-2006, 09:57 PM   #4 (permalink)
Southern Brat
 
Cricket's Avatar
 
Join Date: 10-13-03
Location: Texas
Posts: 15,416
iTrader: 0 / 0%
Cricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster material
You need to look through your theme templates and find the one that has the head information included in it.

If you place the ico file in the root of the domain, you may not need to add code for it. Otherwise the information is added in the head, linking to the exact location of the file.

http://www.chami.com/tips/Internet/110599I.html

If your not familiar with editing WordPress templates, I highly recommend spending some time reading through their basic tutorials.

Here is another tutorial that may be helpful.
__________________
GNC Web Creations - Free Search Engine Optimization Training Class
Website Development Training - Website Development Training Blog

What are you waiting for? Submit your site to directory.v7n.com today!

Last edited by Cricket : 07-13-2006 at 10:03 PM.
Cricket is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-13-2006, 10:03 PM   #5 (permalink)
aka Colleen
 
Join Date: 03-25-04
Location: Canada
Posts: 5,925
iTrader: 0 / 0%
Latest Blog:
None

Kalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest order
Header - header.php
__________________
Ruby Jewelry Sales
Kalina is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-14-2006, 09:00 AM   #6 (permalink)
Contributing Member
 
labrocca's Avatar
 
Join Date: 01-24-06
Location: Las Vegas
Posts: 268
iTrader: 1 / 100%
Latest Blog:
None

labrocca is just really nicelabrocca is just really nicelabrocca is just really nicelabrocca is just really nicelabrocca is just really nicelabrocca is just really nicelabrocca is just really nicelabrocca is just really nice
Send a message via AIM to labrocca Send a message via Skype™ to labrocca
You really don't need to add any code to the header for favicon.ico to work.

I find that if you just upload the file to root directory that it will still be placed on the toolbars and such. At least for Firefox and Opera it does.
__________________
Political Debate- Join this site to have indepth politics discussion.
Pron Proxy - Free anonymous proxy browsing
labrocca is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-14-2006, 01:43 PM   #7 (permalink)
v7n Mentor
 
Sketch's Avatar
 
Join Date: 05-06-04
Location: London, UK
Posts: 1,452
iTrader: 0 / 0%
Latest Blog:
None

Sketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web pro
Quote:
Originally Posted by labrocca
You really don't need to add any code to the header for favicon.ico to work.

I find that if you just upload the file to root directory that it will still be placed on the toolbars and such. At least for Firefox and Opera it does.
I was coming to say the same thing, I have never heard of adding code for a favicon
Sketch is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-14-2006, 02:06 PM   #8 (permalink)
Easily Outraged
 
Join Date: 01-09-06
Posts: 3,056
iTrader: 0 / 0%
Latest Blog:
None

Nick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web proNick is a highly respected web pro
I finally got it to work, I had to add the favicon to the images directory to get it to work
Nick is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-14-2006, 02:06 PM   #9 (permalink)
Southern Brat
 
Cricket's Avatar
 
Join Date: 10-13-03
Location: Texas
Posts: 15,416
iTrader: 0 / 0%
Cricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster material
Quote:
Originally Posted by Sketch
I was coming to say the same thing, I have never heard of adding code for a favicon
The code is needed when people are unable to place the image in the root of the domain (site). Since he was asking for the code, I thought perhaps he was unable to place the image in the proper location, so mentioned both ways to him, along with giving him the link explaining.


edit: The code would also be used for those people who use a different favicon for different parts of their website, rather than just one for the entire site.
__________________
GNC Web Creations - Free Search Engine Optimization Training Class
Website Development Training - Website Development Training Blog

What are you waiting for? Submit your site to directory.v7n.com today!

Last edited by Cricket : 07-14-2006 at 02:12 PM.
Cricket is online now  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with favicon. daniel0012 Web Design Lobby 19 08-14-2008 09:44 PM
Wordpress code problem ...please help! FREEativeMedia Coding Forum 3 03-07-2007 08:14 AM
Wordpress and php code? JuggoPop Blogging Forum 6 04-10-2006 12:02 PM
Can't see my favicon, can you see it? minbak Graphic Design Forum 6 03-15-2006 12:57 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 10:17 AM.
© Copyright 2008 V7 Inc