Somewhere along the way I figured out how to set up a copyright message on my blog (http://laneisgoingplaces.com). But now I can’t figure out how to update it.
In footer.php I find this line of code:
<?php do_action( ‘boldgrid_footer_bottom’ ); ?>
I assume this is outputting the copyright info.
What do I need to do to modify the output of the copyright message?
Thanks!