安装Kindeditor编辑器插件
后台点击插件,安装插件,搜索Kindeditor点击安装,启用即可。
屏蔽wodrpress相关广告
登陆后台点外观-编辑-
在右侧点击“底部”
即footer.php
删除这段代码
屏蔽RRS\wodrpress.org
wp-include/widgets/class-wp-widget-meta.php
注释
<!-- <li><a href="<?php echo esc_url( get_bloginfo( 'rss2_url' ) ); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="<?php echo esc_url( get_bloginfo( 'comments_rss2_url' ) ); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
-->
/**
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' )
), $instance );
wp_meta();
*/
参考
https://blog.youkuaiyun.com/JeterPong/article/details/70153794