フッターのpowered byを変更
外見↓変更
テンプレート↓テーマのための関数
テーマのための関数 (functions.php)
functions.php
function footer_output($footer_content) {
$footer_content .= ‘<br />Powered by <a href="http://wordpress.org/">WordPress</a> & the <a href="http://wordpress.bytesforall.com/" title="Customizable WordPress themes">Atahualpa Theme</a> by <a href="http://www.bytesforall.com/" title="BFA Webdesign">BytesForAll</a>. Discuss on our <a href="http://forum.bytesforall.com/" title="Atahualpa & WordPress">WP Forum</a>’;
return $footer_content;
}
を
function footer_output($footer_content) {
$footer_content .= ‘<br />Powered by <a href="https://blog.makun.org/">ipad&WordPressカスタマイズ</a>’;
return $footer_content;
}
に変更!!
以下間違い!!
(footer.php) をクリック
(‘name’),
‘<a href=”http://wordpress.org”>WordPress</a>’); ?>
wordpress.orgとWordPressを変更
ファイルを更新をクリック!!