gray919
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Banner Clickablefixed. thank you dude!
Forum: Fixing WordPress
In reply to: Banner ClickableThank you LenK. It works great. But when I click on a page such as http://thehateblog.net/contact/ the feature goes away. Might be an error on my part as my cache is not emptying properly so it might be working on the pages, idk.
Forum: Fixing WordPress
In reply to: How to get blogroll on all pages?I am having the same issue. Any help?
Forum: Themes and Templates
In reply to: add a logonevermind. I think I got it working now.
thanks for all your help.
Forum: Themes and Templates
In reply to: add a logohmm. I removed the div class head 1 and edited what you told me too and still it wont go away. But I have been having issues with my cache and what not so it might have actually gone away and I wouldn’t know.
This is my new header.php
<!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" dir="ltr"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?php bloginfo(' '); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title( ' ' ); ?></title> <script src="http://www.thehateblog.net/wp-includes/js/font-text-resizer.js" type="text/javascript"></script> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <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'); ?>" /> <?php wp_head(); ?> </head> <body> <div class="cnt"> <div class="header"> <div class="head2"> <h3>About</h3> <p>I tell it like it is.</p> </div> </div>Forum: Themes and Templates
In reply to: add a logoHere’s my header. I thought if I removed “head1” div class, it would go away, but it didn’t. Maybe i did something wrong. . . Anyways, thank you so much for the 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" dir="ltr"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title( ' ' ); ?></title> <script src="http://www.thehateblog.net/wp-includes/js/font-text-resizer.js" type="text/javascript"></script> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <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'); ?>" /> <?php wp_head(); ?> </head> <body> <div class="cnt"> <div class="header"> <div class="head1"> <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> <div class="head2"> <h3>About</h3> <p>I tell it like it is.</p> </div> </div>Forum: Plugins
In reply to: [Plugin: Yoast Breadcrumbs] Code wont go awayMy bad. I cleared my cache and it went away. Thx.
Forum: Themes and Templates
In reply to: add a logoyea i backed it up and deleted it. for some reason the size of the new header is bigger than the original one even though all I did was paste the logo on the original headerbg.gif. Anyways, i will fix that tomorrow.
last, do you know how I cna delete the text link title of my blog? Is it something in header.php?
thanks again for the help.