Support » Fixing WordPress » Can I put copyright symbol at bottom of my page

  • Resolved diddlyidi

    (@diddlyidi)


    Hi
    I want to put some copyright at the bottom of my page and maybe some links,is this possible.I am using twenty ten theme
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Don’t edit the Twenty Ten theme. First create a child theme for your changes. Then create a copy of footer.php in the child theme’s folder and edit that file.

    Thread Starter diddlyidi

    (@diddlyidi)

    Hi
    I have followed the steps and created a child theme, my menu is slightly messed up so will have to sort that out.
    I have copied the footer.php do I now create a new file in the child theme, paste that into it and where in that html do I edit to put copyright information in it

    Copy footer.php into the child theme, edit this file and try adding your copyright details just after <?php do_action( 'twentyeleven_credits' ); ?>

    Thread Starter diddlyidi

    (@diddlyidi)

    So after that do I just put something in open close brackets eg<Copyright 2012-Editor>.I have tried that but it didn’t work

    Try:

    <p>Copyright 2012 <?php bloginfo('name');?></p>

    Thread Starter diddlyidi

    (@diddlyidi)

    Thank you so much that has worked perfectly.I might try and see if I can centre it when I have practiced a bit more.Gosh I have so much to learn, it all looks double dutch at the moment

    It can be quite a learning curve – especially when you want to customise your site’s look & behaviour. Were you aware that there are hundreds of other free themes that you can chose from in http://wordpress.org/extend/themes/

    http://wordpress.org/extend/themes/suffusion is a very powerful theme that allows you to customise your site without using any coding.

    Thread Starter diddlyidi

    (@diddlyidi)

    Thanks Esmi.As I mentioned in an earlier post after creating teh child them my navigation menu went awry here.
    Do you know what might have caused this.All my pages were on one line and have now gone onto a second line

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can I put copyright symbol at bottom of my page’ is closed to new replies.