• Resolved dyerwrites

    (@dyerwrites)


    How do I edit the footer information at the bottom of the pages– the text and the WordPress logo?

    I’m using iNove.

    Thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • stvwlf

    (@stvwlf)

    /wp-content/themes/inove/templates/end.php

    Thread Starter dyerwrites

    (@dyerwrites)

    I found the code, thank you.

    How do I actually change the image and text?

    stvwlf

    (@stvwlf)

    It will help if you send your URL and explain exactly what you are trying to do.

    Thread Starter dyerwrites

    (@dyerwrites)

    My url is http://www.dyerwrites.com.

    In the footer I want to remove the WordPress logo. I’m a big fan of WordPress, but I want to have something that brands my website there.

    Then, I want it to say:

    Copyright 2009 http://www.DyerWrites.com
    Proudly powered by WordPress. Theme by mg12.

    Thanks for the help.

    stvwlf

    (@stvwlf)

    hi

    I am seeing in the footer all the HTML that displays the footer. I can’t see the footer file’s raw code so I don’t know how much is in text in the footer and how much is pulled from PHP functions.

    Here is the footer code as I see it. You can remove what I have in bold and change what I have italicized.

    <div id=”footer”>
    Top
    WordPress
    <div id=”copyright”>
    Copyright © 2009 http://www.DyerWrites.com</div>
    <div id=”themeinfo”>Proudly powered by WordPress.
    Theme by mg12. Valid XHTML 1.1 and CSS 3. </div>
    </div>

    stvwlf

    (@stvwlf)

    Well, that didn’t work very well. try again

    <div id="footer">
    	<a onclick="MGJS.goTop();return false;" href="#" id="gotop">Top</a>
    	<div id="copyright">
    		Copyright © 2009<em> <a href="http://dyerwrites.com">www.DyerWrites.com</a></em></div>
    	<div id="themeinfo"><em>Proudly powered by WordPress.</em>
    		Theme by <a href="http://www.neoease.com/">mg12</a>. </div>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to edit footer information on pages’ is closed to new replies.