wordpress 插件_6个可提高WordPress生产率的插件

wordpress 插件

The most important part of running a website is developing your content but at times this is slowed down by having to carry out other tasks to keep the site well maintained. In this post, we’re looking at six useful plugins that can speed up your content creation and reduce the amount of time you spend on maintenance – giving you more time to focus on the important things.

运行网站最重要的部分是开发您的内容,但有时由于必须执行其他任务来保持网站的良好维护而使其速度变慢。 在本文中,我们将研究六个有用的插件,这些插件可以加快内容创建速度并减少维护时间,从而使您有更多时间专注于重要事项。

 

1.损坏的链接检查器 (1. Broken Link Checker)

Broken Link Checker Links are an important part of your website, helping you to direct users to other pages, posts, products and even external websites. However, when you replace a page on your site or an external page you pointed to disappears, you end up with broken links.

It can be difficult to keep track of all the places you have linked to, so sometimes the number of broken links on your site can build up. This can be a bad thing. Broken links can affect your search engine rankings, send your visitors to 404 error pages and result in loss of sales.

跟踪链接到的所有位置可能很困难,因此有时站点上断开链接的数量会增加。 这可能是一件坏事。 链接断开会影响您的搜索引擎排名,将访问者发送到404错误页面,并导致销售损失。

Thankfully, you can solve the problem with the Broken Link Checker plugin. This plugin scans your site for broken links and informs you when they are spotted. It stops you having unknown broken and makes removing them or adding a working link easy to do. It also saves you an enormous amount of time having to work through your entire website checking each link manually.

幸运的是,您可以使用Broken Link Checker插件解决问题。 该插件会扫描您的站点以查找断开的链接,并在发现链接时通知您。 它可以防止您遇到未知的损坏,并使删除它们或添加工作链接变得容易。 它还可以为您节省大量时间,您无需在整个网站上手动检查每个链接。

 

2. CMS页面树视图 (2. CMS Page Tree View)

CMS Page Tree View If you have a lot of content on your website, it can be difficult to manage. You need to have an overview of your site’s structure and the way your pages, posts and other content are organised. You also need an easy way to make changes to the structure if you need to.

Using the inbuilt WordPress post and pages lists doesn’t make it easy to get a thorough oversight. However, the CMS Page Tree View provides you with a similar functionality to what you get with Windows Explorer.  Your content is displayed in an expandable tree view enabling you to see where everything is and move things around. You can even use it to view, edit and delete pages.

使用内置的WordPress帖子和页面列表并不容易进行全面的监督。 但是, CMS页面树视图为您提供了与Windows资源管理器类似的功能。 您的内容以可展开的树状视图显示,使您可以查看所有内容并在其中移动。 您甚至可以使用它来查看,编辑和删除页面。

 

3.提及 (3. Mentionable)

is a handy little plugin that can save you a lot of time when adding links to your pages or posts. It does this by removing the process of finding and copying the URL, typing in the anchor text and having to convert it to a link.

值得提的是一个方便的小插件,当将链接添加到页面或帖子时,可以节省大量时间。 它通过消除查找和复制URL,键入锚文本并将其转换为链接的过程来做到这一点。

Instead, you simply type the @ sign followed by a search term relating to the post you want to link to. The plugin will find the post and show its title in a blue box. When you click on the blue box, the post title along with the link will be added to the text you are writing. You can then edit the anchor text if needed.

相反,您只需键入@符号,然后输入与要链接的帖子相关的搜索词。 插件将找到该帖子,并在蓝色框中显示其标题。 当您单击蓝色框时,帖子标题以及链接将添加到您正在编写的文本中。 然后,您可以根据需要编辑锚文本。

It makes internal linking a breeze.

它使内部链接变得轻而易举。

 

4. Rel Nofollow复选框 (4. Rel Nofollow Checkbox)

Rel Nofollow Checkbox Adding the nofollow mark-up to an external link on your website prevents Google crawlers from following the link. There are various reasons why we need to add nofollow to some external links, for example, you might use affiliate links. You should also be aware that when you add a link that isn’t nofollow, some of your page rank will pass to the site you link to – reducing your own site’s ranking. For more detailed information on nofollow links visit
this page on Google.

Google的此页面

The problem for many WordPress users, is that turning a normal link into a nofollow link involves some HTML coding. You have to add the code “rel=”nofollow” to your link or anchor text. Even those that are confident with HTML find it a time-consuming process as it means moving from the visual editor to the text editor in order to input the changes.

对于许多WordPress用户而言,问题在于将正常链接转换为nofollow链接需要进行一些HTML编码。 您必须在链接或锚文本中添加代码“ rel =” nofollow ”。 即使是那些对HTML充满信心的人也发现它是一个耗时的过程,因为这意味着从视觉编辑器转到文本编辑器以输入更改。

The Rel Nofollow Checkbox plugin makes this a much easier task for everyone. Instead of adding any code, you are presented with a nofollow checkbox in the visual editor’s insert link section. Just check the box and the link is instantly changed to nofollow. You can even use it to change links on previously published posts.

Rel Nofollow Checkbox插件使每个人都能轻松完成此任务。 在可视化编辑器的“插入”链接部分中,没有显示任何代码,而是为您提供了一个“ nofollow”复选框。 只需选中该框,链接即刻更改为nofollow。 您甚至可以使用它来更改以前发布的帖子上的链接。

 

5. WP Htaccess编辑器 (5. WP Htaccess Editor)

WP Htaccess Editor The .htaccess file is a small file located in the root directory of your WordPress installation that can be used to configure your Apache Web Server. By making changes to it, you can enable or disable a variety of functions and features of the Apache software.

There are many reasons why you may want to edit your .htaccess file, including to block intruders, limit access and redirect users.

您可能要编辑.htaccess文件的原因有很多,包括阻止入侵者,限制访问和重定向用户。

The problem with editing the .htaccess file is that it normally needs to be downloaded via FTP, edited using Notepad on your computer and then reuploaded to your server. However, using WP Htaccess Editor you can now access and edit the .htaccess file from within your own WordPress admin panel.

编辑.htaccess文件的问题在于,通常需要通过FTP下载该文件,然后使用计算机上的记事本对其进行编辑,然后将其重新上传至服务器。 但是,使用WP Htaccess编辑器,您现在可以在自己的WordPress管理面板中访问和编辑.htaccess文件。

This functionality is also included in the Yoast SEO plugin, so if you are one of its 3 million users, you can edit .htaccess directly from within Yoast.

该功能还包含在Yoast SEO插件中,因此,如果您是其300万用户之一,则可以直接在Yoast内部编辑.htaccess。

 

6.简易更新管理器 (6. Easy Updates Manager)

The number one reason WordPress websites get hacked or infected is because webmasters don’t update their software as soon as it is available. Hackers use bots to scan the web looking for older, vulnerable WordPress versions, themes and plugins and then make a beeline for those websites in order to break in.

WordPress网站被黑客入侵或感染的第一大原因是网站管理员不会在软件可用后立即对其进行更新。 黑客使用僵尸程序扫描网络,寻找较旧的,易受攻击的WordPress版本,主题和插件,然后对这些网站进行修改以闯入。

It is now possible to take all the work out of updating your software by making it completely automatic. This can be done using the Easy Updates Manager plugin.  As you can see from the video above, it gives you total control over what you update and when. It works on both individual WordPress installations and on multi-sites too. It’s an effortless way to make your site more secure.

现在可以通过使其完全自动化来消除所有更新软件的工作。 可以使用Easy Updates Manager插件来完成。 从上面的视频中可以看到,它使您可以完全控制更新的内容和时间。 它既可以在单个WordPress安装中运行,也可以在多个站点上运行。 这是使您的网站更安全的简便方法。

 

结论 (Conclusion)

Keeping on top of your WordPress site often requires you to do lots of little tasks that get in the way of focussing on your content. The six plugins shown here are all useful tools to reduce the amount of time you spend on those tasks and which make them easier to carry out. Hopefully, you’ll find some of them of benefit to you.

要保持在WordPress网站之上,通常需要您执行许多小任务,而这些小任务阻碍了您专注于内容。 此处显示的六个插件都是有用的工具,可以减少您在这些任务上花费的时间,并使它们更易于执行。 希望您会从中受益。

If you are a WordPress user considering dedicated WordPress web hosting, check out our WordPress Hosting page and see what we can do for you.

如果您是正在考虑使用专用WordPress虚拟主机的WordPress用户,请查看我们的WordPress托管页面,看看我们能为您做些什么。

翻译自: https://www.eukhost.com/blog/webhosting/6-plugins-to-increase-wordpress-productivity/

wordpress 插件

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值