サイトの表示名について

サイトの最終 Copyright © Blow and Shine All Rights Reserved.にしたい。
!!Powered byが表示される状況を非表示にしたい!!

・使用しているテーマ:Lightning

<外観>→<テーマファイルエディタ―>→編集するテーマを選択で「Lightning」→選択
→_g3 →  _inc → template-tags.php → 構文のなかの// Lightning footer Powered. の部分を探して
// Powered. 以下/*  /* でくくる
 // Powered.
  /*$lightning_footer_powered = __( ‘<p>Powered by <a href=”https://wordpress.org/”>WordPress</a> &amp; <a href=”https://lightning.vektor-inc.co.jp/en” target=”_blank” title=”Free WordPress Theme Lightning”> Lightning Theme</a> by Vektor,Inc. technology.</p>’, ‘lightning’ );
echo wp_kses_post( apply_filters( ‘lightning_footerPoweredCustom’, $lightning_footer_powered ) );*/