nitch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using h1 tags to display site info in the top browser bar?Thanks samboll- I’ve installed it and set it up.
Should it be displaying when I visit my homepage immediately or do I have to wait?
Forum: Themes and Templates
In reply to: Using h1 tags to display site info in the top browser bar?this is my header. I’m not looking to edit the header. I clearly don’t know how to describe what I want to do.
I want to edit the COPY in the top line of the BROWSER! not the position of my header copy. Can someone help??
Again, the above code does not affect what I’m looking to change.
Thank you
Forum: Themes and Templates
In reply to: Using h1 tags to display site info in the top browser bar?I actually checked and this is the code for the header. I’m not looking to add h1 tags to the site, but rather to the browser.
I want to have this information in the title bar of the browser – the line that on this page says “WordPress > Support > Using h1 tags to display site info in the top browser bar?”Could you please assist
Forum: Themes and Templates
In reply to: Using h1 tags to display site info in the top browser bar?Thanks – but where do I place the copy into this code? I’m trying to place my tagline.
Forum: Themes and Templates
In reply to: Linking my new header logo to homepageThanks Firgaro!
Forum: Themes and Templates
In reply to: Placing a graphic into the headerThanks Garry – took a while but I got it figured out! Now on to the next challenge…
Forum: Themes and Templates
In reply to: Placing a graphic into the headerThanks Garry, but my header image doesn’t work like that. It’s a repeating tall and thin image to allow it to scale when it’s viewed on monitors of different sizes/with different resolutions.
Here’s the code for that from the stylesheet:body { background: #FFFFFF url(images/img05orange.gif) repeat-x; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #4A5157; }What I need to do is insert an image over top of this header image (which would essentially become a background). The sizing and coloring will work – I just need code to know how to place it and can’t find anything anywhere.
Help?
Forum: Themes and Templates
In reply to: Placing a graphic into the headerThanks for the tip but I’m not much of a coder so I can’t get this to work. I tried to replace:
<div id="logo"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div>with:
<div id="logo"> <h1><a href="<?php echo get_option('home'); ?>/"><?url(images/nitch_HeaderLogo.gif); ?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div>But that caused a fatal error – do you know what I’m doing wrong?
Forum: Themes and Templates
In reply to: Removing the date from posts, changing link colorSo I fixed that problem but there’s still a lot of links that weren’t affected. Links to newer or older posts, as well as the links to post a comment and the site info at the bottom – I’d like to change them all.
Any idea where the code is for this?
Forum: Themes and Templates
In reply to: Removing the date from posts, changing link colorjdembowski – thanks a bunch.
The tip for #1 totally got rid of dates on static pages but they remain on the posts. I don’t mind this terribly if there was a way I could change the color on them – any tips there?
For #2, your code worked to change the color but there was another line there that I didn’t know how to treat and the way I did (well, a couple ways) just ended up destroying the spacing/formatting. How do I integrate your code into:
.post .entry { padding-left: 32px; }Thanks again.