関連記事
-  
                              
- 
              (日本語) スライダー・ギャラリー プラグインSorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) Twenty Fourteen "コメントをどうぞ"の非表示と変更方法Sorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) ログイン画面・機能をカスタマイズSorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) アップグレードで「更新を展開しています... 」のままになった場合の対処のひとつSorry, this entry is only available in 日本語. 
-  
                              
- 
              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. J 
-  
                              
- 
              (日本語) 「カレンダー」ウィジェット カスタマイズ・プラグインSorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) ウィジェット関連のカスタマイズ・プラグインSorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) プラグイン関連のJSやCSSの読み込みをフィルターSorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) Twenty Fourteen 「投稿日」や"先頭固定表示"を非表示Sorry, this entry is only available in 日本語. 
-  
                              
- 
              (日本語) テーマ ブックマーク 2013Sorry, this entry is only available in 日本語. 
 
    






 
         
         
         
         
         
         
         
         
        
Comment
[…] Fifteenのデザインや設定・カスタマイズ方法 | PresentNote」 「WordPress – Twenty Fifteen カスタマイズ」 「人気の「Twenty […]
助かりました。 Twenty Fifteen カスタマイズ http://t.co/GJiQkZ5X2h
WordPressのデフォルトテーマ最新はシンプルで良さげ。 / Twenty Fifteen カスタマイズ http://t.co/HTKq33c8xy
Twenty Fifteen カスタマイズ http://t.co/e8czgkB8kS
はじめまして。
Twenty Fifteenでのご質問なのですが、フッター部分の「Proudly powered by WordPress」をCopyright表記に変更したいのですが、どのように書き換えてどのようにしたら良いのか分からず、教えて頂きたくコメントさせて頂きました。お忙しい所申し訳ございませんが、宜しくお願い致します。
けん さん、コメントありがとうございます。
ご質問のCopyright表記ですがオリジナルのものを消して、以下のようにfooter.phpを書きかえてみて下さい。あと、リンクと表記は置き換えて下さい。(ここでは、http://kwski.net/ と けん)
// オリジナル (消す) <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ? rel="nofollow">"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> // Copyright表記 (同じところに追記) <a href="<?php echo esc_url( __( 'http://kwski.net/', '' ) ); ? rel="nofollow">"> <?php printf( __( 'Copyright © %s All Rights Reserved.', '' ), 'けん' ); ?></a>お忙しい中、ご丁寧に教えて頂き感謝しております。
早速教えて頂いたとおりに書き換えたら変更することが出来ました。
本当にありがとうございました。
助かりました。
また分からない事などが出てきた場合はご質問させてください。
よろしくお願いします。