Contact Information

〒546-0043 大阪市東住吉区駒川1-7-12
電話06-6719-3085
メール withbe2002@yahoo.co.jp

Blogolifeでフッターをコピーライトに変えるには

footer.phpファイルの編集

<編集前>

<?php
/**
* The footer template
*
* @package wplook
* @subpackage BlogoLife
* @since BlogoLife 1.0
*/ ?>
</div>
</div>   <!– It is completely optional, but if you like the Theme I would appreciate it if you keep the credit link at the bottom. –>
<footer id=”copy”><p><?php _e(‘Proudly powered by’, ‘wplook’); ?> <a href=”http://wordpress.org” target=”_blank”><?php _e(‘WordPress’, ‘wplook’); ?></a>. <?php _e(‘Design by’, ‘wplook’); ?>  <a href=”http://wplook.com/blogolifewpo” title=”<?php _e(‘wplook’, ‘wplook’); ?>” target=”_blank”>wplook</a></p></footer>
<?php wp_footer(); ?>
</body>
</html>

赤字の部分を下の青字に変更する

<編集後>

Copyright &copy; 2009-<?php echo date(‘Y’); ?>
<?php bloginfo( ‘name’ ); ?> ALL Rights Reserved.