Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
|WordPress| Fav Icon?
Old 12-15-2010, 09:59 PM |WordPress| Fav Icon?
@SickFooDino's Avatar
Skilled Talker

Posts: 60
Name: Dino
Location: In A State Of Trance<3(:
Trades: 0
I Learned && Did Every Step Correct To Add A Fav Icon To My Wordpress Blog?!

&& It Still Doesn't Show?!

www.sickfoodino.co.cc

header.php
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>

<?php bloginfo('name'); ?>
<?php 
if(is_home()) { ?>
 - <?php bloginfo('description'); ?>
<?php 
?>
<?php 
if(is_single()) { ?>
<?php wp_title
(); ?>
<?php 
?>
<?php 
if(is_404()) { ?>
 - Page Not Found
<?php ?>
<?php 
if(is_search()) { ?>
 - Search Results for: <?php echo wp_specialchars($s1); ?>
<?php 
?>

</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script src="<?php bloginfo('template_directory'); ?>/js/tabcontent.js" type="text/javascript"></script>

<?php wp_head(); ?>
 <link rel="shortcut icon" href="favicon.ico" >
</head>
<body>

<div id="container">

<!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
<div id="header">

    <div id="pagenav">
    <ul>
    <li<?php if(!is_page() ) { ?> class="current_page_item"<?php ?>><a href="<?php bloginfo('home'); ?>">Home</a></li>
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>
    </div>

    <div id="searchform">
    <form method="get" action="<?php bloginfo('url'); ?>/">
    <fieldset>
    <label><?php _e('Blog Search'); ?></label>
    <input type="text" value="<?php the_search_query(); ?>" name="s" id="searchinput" />
    <input type="submit" value="GO" id="searchbutton" />
    </fieldset>
    </form>
    </div>

    <div id="logo">
    <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>

    <?php include('about.php'); ?>

</div>
<div class="clear"></div>
<!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
Please Help? ' Thanks?(:
@SickFooDino is offline
Reply With Quote
View Public Profile Visit @SickFooDino's homepage!
 
 
Register now for full access!
Old 12-15-2010, 11:07 PM Re: |WordPress| Fav Icon?
Banned

Posts: 143
Name: maheshadodis
Location: USA
Trades: 0
Hi,
Have you uploaded fav icon in your root path or theme path please check it
maheshadodis is offline
Reply With Quote
View Public Profile
 
Old 12-16-2010, 12:06 AM Re: |WordPress| Fav Icon?
@SickFooDino's Avatar
Skilled Talker

Posts: 60
Name: Dino
Location: In A State Of Trance<3(:
Trades: 0
Alright I Think I Got It(:
@SickFooDino is offline
Reply With Quote
View Public Profile Visit @SickFooDino's homepage!
 
Reply     « Reply to |WordPress| Fav Icon?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24016 seconds with 12 queries