Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try this if you like.

    Place the following in footer.php;

    <div id="footer">
    <p class="copyright">Copyright &copy; <a href="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> All Rights Reserved</p>
    </div>
    </body>
    </html>

    Then add this to the very bottom of your style sheet;

    .copyright {text-align:center;}

    If you decide to try it, please make a backup of your files first, just in case something goes wrong.

    Thread Starter columbo

    (@columbo)

    Thanks ClaytonJames,

    The footer has my url as https:// shoppingresearch.co/Shopping%20Research

    what do i remove to have it as https:// shoppingresearch.co?

    Try removing everything that is presently in the footer.php file and copy/paste what I posted above at the top of footer.php and save. That should solve the problem. But just in case it doesn’t, make a backup first.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Footer Edit’ is closed to new replies.