Twenty Twelve | How to change "Proudly powered by WordPress" for Copyright*

Twenty Twelve in 1.1

This post explains how to change the strings "Proudly ~" in footer element.
Just copy footer.php in child theme dir and edit it as followed. that removes link and edits strings.
[php]
<footer id="colophon" role="contentinfo">
<div class="site-info">
<?php do_action( 'twentytwelve_credits' ); ?>
// comment <?php if(0){ ?><a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php } ?>
// comment <?php if(0){ ?><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?><?php } ?>
<?php printf( __( 'Copyright &copy; %s All Rights Reserved. ', 'twentytwelve' ), '[own copyright name]' ); ?>
// comment <?php if(0){ ?></a><?php } ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
[/php]

This time wrote "Copyright etc" in footer element. but iif you want to let wp translate that you need to edit mo file

  • このエントリーをはてなブックマークに追加

関連記事

(日本語) 新年早々やらかした

Sorry, this entry is only available in 日本語.

(日本語) サイトのキャプチャをショートコードで生成してくれる「Browser Shots」

Sorry, this entry is only available in 日本語.

(日本語) "コメントを残す" 削除・文言を変更する方法

Sorry, this entry is only available in 日本語.

(日本語) Twenty Twelve サイトタイトルをテキストから画像に置き換え

Sorry, this entry is only available in 日本語.

(日本語) Twenty Eleven カスタマイズ

Sorry, this entry is only available in 日本語.

(日本語) 独自のCSSやJSを読み込む

Sorry, this entry is only available in 日本語.

no image

(日本語) Pocketボタンの設置

Sorry, this entry is only available in 日本語.

(日本語) Twenty Thirteen ナビゲーションメニューを固定

Sorry, this entry is only available in 日本語.

(日本語) ie.cssの子テーマ化など Twenty Twelve 1.1での変更点

Sorry, this entry is only available in 日本語.

(日本語) Twenty Twelve 投稿日・投稿者を非表示に

Sorry, this entry is only available in 日本語.

Comment

Leave a Reply to wordpress3.5.1 Twenty Twelveカスタマイズ追記 |ただ今子育て(られ)真っ最中☆ | Cancel reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    PAGE TOP ↑