First you need to make sure your image is the proper size. I used a 580 width and it seemed okay. Now were just going to adjust the flickr code slightly so we can add the banner. (Notice: This will take flickr off of your home page. If you want to keep it just copy it and put it either above or below the code.
Open up your screen.css and add the following
/* Banner Box */
#banner {
padding: 10px 0;
border-bottom: 10px solid #f1f1f1;
}
#banner #banner {
padding: 0 15px;
text-align: center;
}
Now open your home.php template and right under the
</div><!– #headline –>
Add this
<div id="banner> <div id="banner"> <a href="http://www.yourlink.com"><img src="http://www.yoursite.com/imagefolder" alt=""</a> </div> </div>





(1 votes, average: 4.00 out of 5)
































14 Comments
Hi Marco,
Thank you so much. I hate to be targeting you for questions, but premiumwp seems to have dropped off the comments for a while.
Wow, it’s fun to see how different people use the theme. Yours looks good!
I’m new at this and seem to be plugging along with the theme fairly well, but still run into things now and again.
I see the 4 x ad block at the top of your sidebar and I see the 2 x near the bottom.
I like the 2 x better. Is it because the 4 x seem to be touching tops and bottoms?
Change of subject. I want to add Google Analytics to some of my pages. It said to just copy the cody and place it right before the tag.
When I “View Source” of my home page I see the tag, but where do I find it in the files.
That might be a dumb question, but I’m new at this php stuff.
Hi again,
In my previous comment, it should be the (close body tag ) tag.
That’s what I need to know.
Also, what is the linktracker script?
Thank you,
DM
Hi,
FYI, when I submit my comment, some of the sentences are missing. Hope you can see them on your end, because on this end the comment doesn’t make sense.
It might be because I had that close body tag included.
Fyi, I found the close body tag in the Footer.php Duuuhhhh! Working on no sleep
Thanks DM! First you should get some sleep ASAP then wake up with a clear mind but I know how you feel to many ideas running around your head and trying to get them all done.
Let me know if you need any more help.
I see you have your feedburner counter running. How do you get it to work?
I just went to feedburner.com and signed up and now have the following address
http://feeds2.feedburner.com/ wewantflowers
I put that information in the header.php as per the theme instructions.
It’s still kind of blacked out. What am I missing? Am I supposed to turn it on somwhere?
Also, I need to change address in the subcribe button on top.
Can you help?
Thank you
Hi DM,
Log back into your FeedBurner account then click the Publicize tab then on the left hand side you will see another tab for the FeedCount, click that and you will see the information to activate and add the chicklet to your site.
Cool, I got the counter working. Thanks for that. I’m so happy!
Still have problem with this part though.
My Original Feed is:
http://www.wewantflowers.com/feed/
New Feedburner Title :
WeWantFlowers.com
New Feedburner address:
http://feeds2.feedburner.com/wewantflowers
When I click on the subscribe button on top of home page it still shows the
original feed title http://www.wewantflowers.com/feed/
It needs to reflect the new feedburner title, correct?
How do I do that?
Open you header.php and find this string of code:
< ?php bloginfo('rss2_url'); ?>
Now replace: < ?php bloginfo('rss2_url'); ?>
With: http://feeds2.feedburner.com/wewantflowers
That should do the trick.
1) Teasers missing from the featured headlines
2) Lightview and Lightbox plugins not compatible. Lightview makes the big-preview images. Lightbox puts a big black box on top of the page.
Thanks for any suggestions.
It’s a great-looking theme!
Hi dvopilgrim!
I see what your saying about the teasers. Are you inserting images first in your posts? Try writing a normal post with just text and add it to the feature section and see if that works.
As far as the Lightview/box plugins I’ll test them out here and see what I come up with.
Thanks for the prompt reply. That didn’t work either.
Sorry dvopilgrim I tried to replicate the issue but couldn’t. I’ll keep trying. Let me know if you solve the problem though.
Hi Marco,
I just wanted to say thanks for the great site, it’s helped me learn how to make changes looking at what you’ve done for your site. But I just wanted to let you know that you actually have the wrong code posted for how to insert the banner.
You have
When it should be