I added a "Home_link" to my wordpress theme. When I try to find the href or Home-link in the code - it is not there. The source code is below. Need Help!!!!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- This file was originally generated at http://psd2cssonline.com on June 27, 2010, 4:02 pm -->
<!-- psd2css Online version 1.78 -->
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<!-- Some META tags to help with Search Engine Optimization. Please
note however that META tags are NOT a magic bullet to get your web page
to the top of search engine rankings. They are just part of that effort. You
can get more information by googling SEO or visiting the psd2css Online forums. -->
<meta name="description" content="Put the description of this page here" />
<meta name="keywords" content="Put keywords for this page here separated by commas" />
<meta name="generator" content="psd2css Online - Dynamic Web Pages from your Photoshop Design in seconds" />
<!-- We use the jquery javascript library for DOM manipulation and
some javascript tricks. We serve the script from Google because it's
faster than most ISPs. Get more information and documentation
at http://jquery.com -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- From the classic WordPress theme example -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
<!-- The CSS Reset from Eric Meyers -->
<!-- <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/cssreset.css" media="screen" /> -->
<!-- The Primary External CSS style sheet. -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('template_url'); ?>/psd2css.css );
</style>
<!-- This is Drew Diller's PNG fix script that fixes the PNG
transparency problem with IE6. It's available from here:
http://www.dillerdesign.com/experiment/DD_belatedPNG -->
<!--[if lt IE 7 ]>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/DD_belatedPNG_0.0.8a-min.js"></script>
<![endif]-->
<!-- All the javascript generated for your design is in this file -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/psd2css.js"></script>
</head>
<body>
<!-- This is 'hdr_jpg' -->
<div id="Layer-1" >
<img src="<?php bloginfo('template_url'); ?>/Layer-1.jpg" width="900" height="186" alt="hdr" /></div>
<!-- This is 'second_frame' -->
<div id="Layer-2" >
<!-- This is 'Frame Top 1000' -->
<div class="Layer-1000 pngimg" >
</div>
<!-- This is 'Frame Middle 1001' -->
<div class="Layer-1001 pngimg" >
<!-- This is 'sidebar_wordpress' -->
<div class="Layer-5 textcontent" >
<div id="menu">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php wp_list_pages('title_li=' . __('Pages:')); ?>
<?php wp_list_bookmarks('title_after=&title_before='); ?>
<?php wp_list_categories('title_li=' . __('Categories:')); ?>
<li id="search">
<label for="s"><?php _e('Search:'); ?></label>
<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
<div>
<input type="text" name="s" id="s" size="15" /><br />
<input type="submit" value="<?php _e('Search'); ?>" />
</div>
</form>
</li>
<li id="archives"><?php _e('Archives:'); ?>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<!-- wordpress meta links block -->
<li id="meta"><?php _e('Meta:'); ?>
<ul>
<!-- wordpress 'site admin' if applicable link -->
<?php wp_register(); ?>
<!-- wordpress 'log in' or 'log out' link -->
<li><?php wp_loginout(); ?></li>
<!-- wordpress 'rss' -->
<li><a href="<?php bloginfo('rss2_url'); ?>"
title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<!-- wordpress 'comments rss' link -->
<li><a href="<?php bloginfo('comments_rss2_url'); ?>"
title="<?php _e('The latest comments to all posts in RSS') ; ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<!-- wordpress 'xhtml validator' link -->
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
<!-- wordpress 'XHTML Friends Network' link -->
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<!-- wordpress 'Powered by WordPress...' link -->
<li><a href="http://wordpress.org/"
title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div> <!-- menu -->
</div>
</div>
<!-- This is 'Frame Bottom 1002' -->
<div class="Layer-1002 pngimg" >
</div>
</div>
<!-- This is 'first_frame' -->
<div id="Layer-3" >
<!-- This is 'Frame Top 1003' -->
<div class="Layer-1003 pngimg" >
</div>
<!-- This is 'Frame Middle 1004' -->
<div class="Layer-1004 pngimg" >
<!-- This is 'content_wordpress' -->
<div class="Layer-4 textcontent" >
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date('','<h2>','</h2>'); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_tags(__('Tags: '), ', ', ' — '); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
</div>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<?php posts_nav_link(' — ', __('« Newer Posts'), __('Older Posts »')); ?>
<?php wp_footer(); ?>
</div>
</div>
<!-- This is 'Frame Bottom 1005' -->
<div class="Layer-1005 pngimg" >
</div>
</div>
<!-- This is 'third_frame' -->
<div id="Layer-6" >
<img src="<?php bloginfo('template_url'); ?>/Layer-6.png" width="213" height="31" alt="third" class="pngimg" /></div>
</body>
</html>

draygeaux We are going to
draygeaux
We are going to need to take a look at your PSD file to replicate the issue can you forward it to support? Forums can not take files