いらないMETA情報を削除

gfdgdfghdh

メタ情報

ログイン
投稿のRSS
コメントのRSS
WordPress.org

横にあるこのメタ情報を消す。
消す場所は『/wp-includes/default-widgets.php』ファイル内にある。
456行目あたり。
dsfsfgdsf

<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="<?php bloginfo('rss2_url’); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>’); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url’); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>’); ?></a></li>
<?php
/**
* Filter the “Powered by WordPress" text in the Meta widget.
*
* @since 3.6.0
*
* @param string $title_text Default title text for the WordPress.org link.
*/
echo apply_filters( 'widget_meta_poweredby’, sprintf( '<li><a href="%s" title="%s">%s</a></li>’,
esc_url( __( 'https://wordpress.org/’ ) ),
esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.’ ),
_x( 'WordPress.org’, 'meta widget link text’ )
) );

wp_meta();
?>
</ul>

ここからいらない行を探し消していく。

ウェブ・PC