Support » Themes and Templates » inserting my contact info

  • Resolved billkoe

    (@billkoe)


    I seem to have lost the instructions for inserting my contact info into my Modularity Lite-based theme in photo-synthesis. I assume I’ll need to edit on the header php.

    Also, I’d like to change the copyright at the bottom from “© 2009 my blog name” to “© 2009 my own name”. I’ve tried various changes in the footer php but haven’t gotten it right.

    Thanks.

    Bill

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter billkoe

    (@billkoe)

    OK, so the contact info stuff is controlled using the “theme options” rather than the theme editor.

    I still don’t know how to change the © info.

    The copyright info should be in your footer.php. Do you see anything in there that starts with “All content”?

    Thread Starter billkoe

    (@billkoe)

    This is as it is now:

    All content © <?php echo date(“Y”); ?> by <?php bloginfo(‘name’); ?>

    It doesn’t seem editable as far as making the change I need. There is nothing in the theme option to control this either.

    You can edit the footer.php file. Just change it to:
    All content © <?php echo date("Y"); ?> by Your Name

    Thread Starter billkoe

    (@billkoe)

    The only problem is that inserting my name leaves it blank where my name is, as in “All content © 2009…”

    Are you removing the php tags that surround your name so that it looks exactly as I posted above? Maybe you should post that line of code so we can have a look at it.

    Thread Starter billkoe

    (@billkoe)

    Of course… That’s it. Thanks so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘inserting my contact info’ is closed to new replies.