Help needed by newbie please

by 4 replies
5
#website design #needed #newbie
  • 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.
  • 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>
  • 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.
  • Thank you for your help Guys.

Next Topics on Trending Feed

  • 5

    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.