put the code in your theme’s footer.php wherever you want it to show
I would have to go to “Theme’s” and enter footer.php?
admin – appearance – editor
click on footer.phpon right
I did what you told me in your last post. I actually copied the footer.php but am lost as to how to get it where it’s supposed to be.
Do I need to go to Theme’s and copy it somewhere? I have no clue! Please direct and thank you!
just post the footer.php contents here and someone can direct you where to insert the code
Here’s the whole footer.php below
<div id=”footer”> <p>© 2006–2007 <?php bloginfo(‘name’); ?> — /sitemap/”>Sitemap — Cutline by Chris Pearson</p> <p> Design by Next Level Sports Marketing</p> <?php wp_footer(); ?> </div></div></body></html>
Is this function needed/required to perform other things while creating a Site? Just wondering!
Is this function needed/required to perform other things while creating a Site?
occasionally like when you want to insert stuff in the header or footer
you could add it to a sidebar text widget without editing files
you were the one who wanted it at bottom in middle :>)
<div id="footer"> <p>© 2006–2007 <?php bloginfo('name'); ?> — /sitemap/">Sitemap — Cutline by Chris Pearson</p> <p> Design by Next Level Sports Marketing</p> <?php wp_footer(); ?> </div></div>INSERT CODE HERE</body></html>
Ohh man, where do I get this code from? Damnit I’m so lost! Hey, would you recommend WordPress for Dummies?
This is what I think I should do, based on the information that you provided me. Do I get the code to insert from the Theme page? Then I don’t know what to do with that.
Another thing, I don’t see how this relates to getting the Counter on my Site. I hope you understand why I’m confused now. Just thought I’d mention this! Thanks!
contact me and I’ll help you
sbollinger at comeuphither dot com
I just sent you an email & it came from southfloridajetsfanclub@yahoo.com. Thanks!
So what code goes here (got it from above post, from Sboll), I’m not familar with this one because I don’t have anything to copy it from? Or do I just put in WordPress Download Counter?
<div id=”footer”> <p>© 2006–2007 <?php bloginfo(‘name’); ?> — /sitemap/”>Sitemap — Cutline by Chris Pearson</p> <p> Design by Next Level Sports Marketing</p> <?php wp_footer(); ?> </div></div>INSERT CODE HERE</body></html>
Currently, have the following code in footer.php
bloginfo(‘name’); ?> — /sitemap/”>Sitemap — Cutline by Chris Pearson</p> <p> Design by Next Level Sports Marketing</p> <?php wp_footer(); ?>
Thought that maybe one of the morning people can assist me with the code (posted it last night)? Thanks
Hmmmm….thought this would be easy to resolve! Anyone? Thanks!