• Hi Again-

    Now how do I get it to appear on my Homepage? Preferably on the bottom, in the middle of the page.

    If it’s not too much trouble, can you list the process in a step-by-step format? Thanks and much appreciated!!

Viewing 14 replies - 1 through 14 (of 14 total)
  • put the code in your theme’s footer.php wherever you want it to show

    Thread Starter mrsfjfc

    (@mrsfjfc)

    I would have to go to “Theme’s” and enter footer.php?

    admin – appearance – editor
    click on footer.phpon right

    Thread Starter mrsfjfc

    (@mrsfjfc)

    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

    Thread Starter mrsfjfc

    (@mrsfjfc)

    Here’s the whole footer.php below

    <div id=”footer”> <p>© 2006–2007 <?php bloginfo(‘name’); ?> — /sitemap/”>SitemapCutline 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>

    Thread Starter mrsfjfc

    (@mrsfjfc)

    Ohh man, where do I get this code from? Damnit I’m so lost! Hey, would you recommend WordPress for Dummies?

    Thread Starter mrsfjfc

    (@mrsfjfc)

    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

    Thread Starter mrsfjfc

    (@mrsfjfc)

    I just sent you an email & it came from southfloridajetsfanclub@yahoo.com. Thanks!

    Thread Starter mrsfjfc

    (@mrsfjfc)

    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/”>SitemapCutline by Chris Pearson</p> <p> Design by Next Level Sports Marketing</p> <?php wp_footer(); ?>

    Thread Starter mrsfjfc

    (@mrsfjfc)

    Thought that maybe one of the morning people can assist me with the code (posted it last night)? Thanks

    Thread Starter mrsfjfc

    (@mrsfjfc)

    Hmmmm….thought this would be easy to resolve! Anyone? Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Installed WordPress Download Counter…’ is closed to new replies.