草 稿

正在使用的 WordPress 插件

使用插件实在是不得以。如果有更好的推荐,欢迎评论。

  1. 百度sitemap

    安装百度sitemap后,能又快又全的向百度提交网页及内容

  2. DX-Watermark

    The pictures automatically add watermark. 图片自动添加水印。

  3. No Self Pings

    Keeps WordPress from sending pings to your own site.

  4. Permalink Redirect

    Permalink Redirect ensures that pages and entries are always accessed via the permalink. Otherwise, a 301 redirect will be issued.

  5. Super Switch

    As you see, these are a set of switches.

  6. Useso take over Google

    用 360 前端公共库 Useso接管 Google 字体库和 Google 公共库,无需设置,插件安装激活后即刻生效。

     

    或者在主题的 functions.php 文件里添加以下代码,直接去掉 open-sans。

     

    function coolwp_remove_open_sans_from_wp_core() {

    wp_deregister_style( 'open-sans' );

    wp_register_style( 'open-sans', false );

    wp_enqueue_style('open-sans','');

    }

    add_action( 'init', 'coolwp_remove_open_sans_from_wp_core' );

  7. WordPress SEO

    The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.

  8. WP Fastest Cache

    The simplest and fastest WP Cache system

  9. WPGP Page Builder

    WPGP Page Builder for XidadaCMS.

  10. WPGP Shortcodes

    WPGP Shortcodes adds multiple shortcode functionality for SmartMao.

  11. WPJAM TOC

    WordPress 文章目录插件

  12. WP Keyword Link

    A SEO plugin that helps you to automatically link keywords to articles. And displays a list of posts similar to the current post. | 为你的wordpress博客添加关键词的链接,更多的内链和外链,更好的SEO! 给文章加上内部链接有利于增加搜索引擎收录。完美支持中英文关键词。最新增加相关文章的功能。

  13. WP User Avatar

    Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar.

评论(2

很好奇你自己是不是全装了……
作者
是的。其中有两上是主题自带的插件。想精减一些。
取消