• Maybe I’m just missing something really obvious, but I’ve been trying for a while and I can’t figure out how to change the copyright information in the bottom left corner of the screen. Any help is much appreciated.

    [Sorry to create two threads on top of each other- I thought since this was a different topic it might be clearer to give it its own title.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vreish

    (@vreish)

    Ok, I solved this one as well, but I had to edit the CSS directly so I’m sure there’s probably a much better solution I couldn’t find. As it was I just kept a careful record of the original in case I need to backtrack.

    I opened the Footer template in the editor and wrote my own copyright line right before the following line:

    <?php
    if ( ! dynamic_sidebar(‘site-footer’))

    Further down, I deleted the ” $s ” on this line:

    printf(__(‘%1$s • Powered by %2$s with %3$s’, ‘inkblot’),

    This added my notice and removed the original one.

    I realize this is an old post but I had the same question the other day and wanted to post my own solution.

    By default, Inkblot was inserting incorrect copyright attribution for my site but instead of editing the CSS, I added a Text widget to the Site Footer. When I typed in the proper copyright information, the widget completely overwrote the default copyright information.

    The widget is probably just doing the same thing you did but without actually altering the CSS file.

    Quick followup:

    I wound up using vreish’s method because I didn’t feel right completely overriding the Inkblot credit and link.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing the copyright information’ is closed to new replies.