• Blog Copyright lets you use a configurable Copyright that automatically changes every year.
    To make it work with the WP Touch I had to modify wptouch/themes/default/footer.php
    I substituted the line:
    <?php _e( "All content Copyright &copy;", "wptouch" ); ?>
    with the following:
    <?php if (function_exists('bte_bc_tag')) { bte_bc_tag(); } ?>
    Important: be sure to use the same line in your main theme.
    Also the option Automatically add to footer must be No.

    http://wordpress.org/extend/plugins/wptouch/

  • The topic ‘[Plugin: WPtouch iPhone Theme] WP Touch and Blog Copyright’ is closed to new replies.