能有效改善WordPress CMS功能的8个插件分享

2016-04-13cms教程
5

NextGen Gallery
最好的图片相册插件。强大的支持,稳定,更新频繁,免费。WP内置的相册功能也是OK的,不过,NextGen Gallery是一个非常简单的交替换位改进.(FIX ME: but NextGen is a no-brainer improvement.)

Shadowbox JS
Shadowbox JS 是一个巧妙的的 jQuery 插件,它能很直观地处理图片、视频和音乐文件。 它提供免费下载,但是如果你要商业许可证,你得花$20. 与插件的强大相比,这个价钱还是相当合理的。
Aksimet
每个人都知道它,但它不能从名单上划掉. Akismet 是 WordPress 所有反垃圾留言插件中最好的, 而且它在每个WP安装时就已经存在了.用这个插件来让那些恼人的垃圾留言机器人远离你的评论吧.

Google XML Sitemaps
Sitemaps能提供 SEO 方面的好处, 那对你的潜在的客户来说是一个产品特色. 这个插件能在你点击按钮后为站点产生Sitemap并且通知所有主要搜索引擎。
Google Analyticator
谷歌分析对任何一个希望判断其性能的网站是一个必不可少的。这个插件将通过你基于WordPress构建的网站连接google Analytics并以小部件的方式显示概要。简单,有用,你的客户会喜欢的。
下面的有时间再译吧。。。不过相信大家基本都懂~~~

WordPress Database Backup
It’s silly – alright, stupid – to not back up your website. Especially if the site has frequently updated content. This plugin is a “set-it-and-forget-it” type plugin, backing up the WordPress database at an interval specified by you. You can choose to download it, store it on the server, or have it emailed to you. Keep in mind you still should back up the theme, posts & pages separately through the dashboard. Note: I tried the Backup to Dropbox plugin, which looks promising, but it only worked on one of two sites (the smaller site). If the reliability improves, chances are it will replace the WordPress Database Backup plugin.

WordPress.com Stats (现在改名叫JetPack)

While you already have Google Analyticator installed, WordPress.com Stats (now JetPack) offers a simple, real-time widget for pageviews, search terms and the like. Another plugin your clients like to see.
Simple 301 Redirects
If you’re redesigning a site – which happens quite often – chances are your client will want to keep some of the backlinks they’ve garnered over the years. If the site structure is changing dramatically, this plugin is an easy fix to redirect old URLs to the new ones (thus avoiding numerous 404 errors).
哪些插件是你用WP建站必备的呢?
译自:http://www.paper-leaf.com/blog/2011/07/8-plugins-to-improve-the-wordpress-cms/
The End

相关推荐

网站图片丢失或者获取失败时显示默认图片的办法
当我们的网站时间久了难免会出现图片丢失或者误删,这样文章的图片就无法显示了,会让页面变的很难看。那么当网站图片丢失或者获取失败时如何显示我们设置的默认图片呢,或者默认多张图片随机显示呢。 方法一:当图片调用失败后,会用图片后面设置的默认图片...
2022-10-24 cms教程
71

修改帝国CMS默认提示框样式为layui
修改帝国CMS默认提示框样式为layui,修改文件:e/message/index.php link href="?=$public_r[newsurl]?hmb2019/css/layui.css" rel="stylesheet" type="text/css"div class="layui-container" div class="layui-card" style="width:400px;box-shadow: 1px 1px...
2022-10-20 cms教程
331

WordPress上一篇、下一篇文章链接添加title属性的方法
上一篇、下一篇文章代码: ?php previous_post_link(%link,) ??php next_post_link(%link,) ? 该代码解析出来的代码大概如下: a href= rel=external nofollow rel=external nofollow /aa href= rel=external nofollow rel=external nofollow /a 通过 get_pr...
2017-08-03 cms教程
358

WordPress去除链接添加 Noopener Noreferrer 的教程
WordPress目前在最近的版本中为所有需要新窗口打开的链接都自动添加了新的 noopener noreferrer 属性。noopener noreferrer 属性并不是新发布的标准,但 WordPress 4.7.4 版开始的编辑器默认都会添加该属性。新窗口打开超链接的属性 target=_blank 增加 rel=...
2017-07-31 cms教程
232

dicuz搭建的论坛如何修改改后台地址?
用discuz搭建的论坛,后台默认地址是 域名加 admin.php,很多站长怕网站被黑客攻击,一般黑客会扫描admin文件,然后破解管理员账户登录后台,所以想修改后台的地址。直接修改 admin.php 名并放到其他文件夹里,访问后台用修改过的路径虽然能访问,但是会出错...
2017-07-08 cms教程
364

phpcms筛选功能(经典无错)---汇总网上各种版本!
phpcms的筛选功能,网上有各种版本,但是多多少少都会有点问题,不是很完美,下面我总结网上各种版本,加上自己的研究,得出一个算是比较全的一个资料,既可以分页,也可以分栏目! 第一步:后台添加字段 添加字段: 后台--内容--内容相关设置--模型管理--文...
2017-06-26 cms教程
436