[Plugin: WPtouch iPhone Theme] WP Touch and Blog Copyright
-
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 ©", "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.
- The topic ‘[Plugin: WPtouch iPhone Theme] WP Touch and Blog Copyright’ is closed to new replies.