Help needed by newbie please

4 replies
  • WEB DESIGN
  • |
Hi, i am trying to find out how i can put text or a html link in the bar at the bottom of the homepage at my site: golfclubdistances.info (the bar where it says © 2011 Golf Club Distances) I have tried footer plugins but they just put text off the page. It is a wordpress theme Called Gazette. I would like to know what page in the theme editor & where on the page to put my text or code. I hope someone can help thanks.
#needed #newbie
  • Profile picture of the author jamesg3
    look in the footer.php first. I do not know this theme but that's the first place i would try. Also, do you have a footer widget bar in your widgets page? Not plugins but widgets under appearance. If so, drag a text widget over there and add your text. If you do not have the footer widget area to drag a text widget to, look in footer php, look in page.php and see where that copyright text is and add to it, lol. Simple but it works.
    Signature
    Serious Wordpress sites, html/css sites and flash sites Cheap. I provide killer SEO, easy to use e-commerce solutions and payment gateways. Check me out at Serious Website Design.
    Need Hosting with serious speed and power? 3.99 a month. Take a look here. Serious Website Hosting.
    {{ DiscussionBoard.errors[3860658].message }}
  • Profile picture of the author Happytrousers
    Thanks for your reply jamesg3,below is my footer.php code, whereabouts do i put my text or code that i want to show in the footer bar? Thanks in advance.

    HTML Code:
    <div class="fix"></div>
     </div><!--/columns -->
     
     <div id="footer">
       <p class="fl">&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>.</p>
     </div><!--/footer -->
    </div><!--/page -->
    test
    <?php wp_footer(); ?>
     
    </body>
    </html>
    {{ DiscussionBoard.errors[3860810].message }}
  • Profile picture of the author LucindaWatrous
    Put the html code for your link before where it says &copy; if you want the link to show before your copyright info, and between the>. and </p> if you want it after.
    Signature

    Lucinda Watrous--Freelance Writer and Web Designer
    http://lucindauncensored.com
    http://itsfoodtastic.com

    {{ DiscussionBoard.errors[3861251].message }}
  • Profile picture of the author Happytrousers
    Thank you for your help Guys.
    {{ DiscussionBoard.errors[3863700].message }}

Trending Topics