16最小剩下

From blogs to complex portals and enterprise websites, millions of sites are powered by WordPress. In fact,40.2% of all websitesare built on the open-source content management system (CMS).

推动平台的受欢迎程度是其易用性和灵活性。WordPress提供standard functionality允许任何用户立即启动并运行网站。

You can create posts and pages, manage and schedule content, assign user roles, upload and insert images and other media, and moderate comments right out-of-the-box.

Let’s say you do all that and want to continue building your site by自定义您的登录页面oradding social proof to your posts and pages,,,,for example. Since WordPress is open-source, you could extend or modify the source code to create nearly any functionality your site needs. Such flexibility is a huge appeal forWordPress开发人员

But what if you’re not a developer and don’t have much experience编码?在这种情况下,您可以使用插件。

使用HubSpot的WordPress网站来发展业务

WordPress插件就像手机上的应用程序一样。您可以下载或购买它们以添加或增强您的功能WordPress website

插件允许WordPress用户创建强大的站点,而无需触摸一行代码。作为内容管理系统continue to democratize web design and abate the dependency on web developers and designers, plugins are an increasingly integral part of how we create and consume content on the internet.

这篇文章将为您概述WordPress插件,它们的工作方式以及一些最受欢迎的示例。

插件可以在您的网站上进行少量调整或大规模更改,具体取决于其功能。例如,您可以使用插件来add a WhatsApp share buttonto your site or to创建一个完全多语言的网站。Or, if you run an ecommerce business, you might install a plugin to协助支付网关or allow visitors tobook appointments online

There are also plugins that can help youenhance your contact forms,,,,make beautiful sliders,,,,backup your sitein case of data failure, and makeemail opt-in简单 - 加上很多更多的。

尽管许多人都对网站的前端进行了更改,但一些插件在后端进行更改,因此您的团队更容易维护。这些插件可能使您能够scan your site for broken links,,,,run A/B tests, 或者put your site into maintenance mode,,,,for example.

Now that we have a better understanding of what plugins are, let’s take a closer look at how they work.

想要使用的插件开发人员WordPress Plugin APIto create a plugin will start by creating a PHP function to, say, delete comments with profanity from their site. Then they’ll hook the function to a specific event, such as saving comments to the WordPress database or publishing a post, by using theadd_filter() functionoradd_action() function

Let’s say this developer wants to create a plugin that adds a line of text that says “Thank you for reading!” below every post on a WordPress site. In that case, the function of the plugin would be adding “Thank you for reading!” to a post and the event that triggers the function would be publishing a post. So their plugin file would look something like the following:



/**
*插件名称:谢谢插件
*插件URI:http://www.mywebsite.com/thank-you-plugin
*说明:我创建的第一个插件。
* Version: 1.0
*作者:你的名字
* Author URI: http://www.mywebsite.com
*/

add_action( 'the_content', 'my_thank_you_text' );


功能my_thank_you_text($ content){
return $content .= '

Thank you for reading!

';

?>

Now let’s say you’re a site owner who wants to add this functionality to your site. In that case, you'd need to add the plugin to your WordPress website. Let's look at the different ways you can do so below.

如何在WordPress中使用插件

There are多种方法可以添加WordPress插件到您的网站。例如,您可以从仪表板,官方的WordPress插件目录或第三方站点进行此操作。可以单击一键即可自动安装官方目录的插件,而某些高级插件必须通过A手动安装File Transfer Protocol (FTP) client

To install a plugin from the official WordPress directory, you simply have to log into your dashboard and select插件>Add New。Then search for the plugin using the built-in search bar. From there, you just have to clickInstalland启用

To understand how to install a plugin that's not available in the official directory, let's return to the plugin example above. If the "Thank you for reading!" plugin is not available in the directory, then you would download the plugin as a zip file and save it in theWP-CONTENT/插件您目录的文件夹通过FTP客户端。这将自动将插件安装到您的WordPress站点。

You’d then navigate to插件in your admin dashboard. Once you located the newly uploaded plugin from the list of installed plugins on your site, you’d just click the plugin’s “Activate” link and be all set! From then on, every time you published a post, the line “Thanks for reading!” would be automatically added to the bottom of the post.

Most plugins begin working right away, but you may need to configure their settings to ensure they're working the way you want them to. For example, if you were using theWP登台 - DB&File Replicator&Migration插入set up a WordPress staging site,,,,then you'd need to go to the plugin's settings page and clickCreate New Staging Site.然后,输入一些信息,例如登台站点的名称以及您想复制的内容。否则,插件将不会自动上台。

If this sounds like a lot of work, then you might be wondering why people use plugins instead of editing core WordPress files to add functionality to their site. That’s because, when updating to a new version of WordPress, all the core files — and any edits made to them — are overwritten. To add that same functionality on your updated site, you’d have to go back in and edit the core files again.

但是,如果您安装插件以在您的网站中添加功能,那么您只需要担心keeping the plugins updated

Now that we understand what plugins are, how they work, and how to use them, let’s look at some plugins that can add essential features to your WordPress site.

必须使用WordPress插件

WordPress offers essential standard functionality to get you publishing visual content as soon as possible to attract your target audience. However, it’s missing some key features to help you engage and delight these visitors. Themust-have WordPress pluginsbelow can help optimize your content, enhance your站点或着陆页,,,,advance your conversion strategy, and keep your visitors coming back.

1。HubSpot WordPress Plugin

HubSpot的WordPress插件提供了一系列销售,营销和CRM功能。该插件使您可以通过实时聊天和聊天机器人吸引访问者,然后通过表格和弹出窗口将其转换为潜在客户。您可以通过构建响应式电子邮件滴灌活动和营销自动化活动来培养潜在客户。然后,您可以使用HubSpot的内置分析来评估这些销售和营销行动的影响。

这个插件不仅将您的WordPress网站连接到HubSpot的营销,服务和销售工具,还将您的网站连接到HubSpot CRM。这意味着您可以轻松地管理联系人,将它们分割为列表,并查看与您的网站的每一个互动,从页面视图到实时聊天对话。

The best part? You can do all this without leaving your WordPress dashboard.

Scrolling through a contacts activity feed via HubSpot WordPress plugin is one of the must-have plugins-min

图像源

This plugin is free but you can upgrade to付费计划,,,,starting at $50 per month. As your business grows, you may need to build more custom reports or increase your ad spending, for example. In that case, you can check out HubSpot’s upgrade options.

2。Yoast Seo

Merely creating and publishing quality content isn’t enough — you have to optimize it for search engines to rank and attract new visitors. The Yoast SEO plugin is specifically designed to help you improve youron-page SEO吸引更多有机流量到您的网站。

无论您是要创建一个吸引人的标题,优化特色片段还是对特定关键字进行排名,Yoast的强大功能范围,包括摘要预览,内部链接工具以及可读性和SEO分析,自动化并简化了您的优化过程。

有一个free and premium version of this plugin. The premium version unlocks even more features, including a redirect manager and automatic internal linking suggestions. With over 135 million downloads, it’s the most downloaded SEO plugin.

Internal linking suggestions on Gutenberg post generated by Yoast SEO must-have WordPress plugin

图像源

3。Wordfence Security

WordFence是最全面的WordPress安全解决方案之一。它包括一个恶意软件扫描仪,可快速提醒您安全问题和端点防火墙,以防止您网站上的攻击。它还可以在您的网站上的流量和黑客尝试以及两因素身份验证(以保护您的网站)中进行实时可见性。

有一个免费的高级版本。高级版本包括更多功能,包括实时防火墙规则和恶意软件签名更新和IP黑名单。WordFence Security拥有超过300万个主动装置,是最受欢迎的WordPress防火墙和安全扫描仪。

Wordfence Security must-have WordPress plugin

图像源

4.Elementor

If you’re a non-coder, you can still create the WordPress site of your dreams byusing a page builder plugin like Elementor

Elementor is a visual drag-and-drop page builder with advanced design capabilities. With this page builder, you can choose from hundreds of templates and then customize them with Elementor’s mobile editing to create beautiful and responsive pages. Elementor comes with dozens of widgets so that you can easily add buttons, images, carousels, and headlines, among other elements, to your pages.

It’s free but you can upgrade to the premium plan for more templates, widgets, animation effects, and more.

用户编辑登陆页面通过Elementor必须使用WordPress插件

图像源

5.UpdraftPlus

With UpdraftPlus, you’ll never have to worry about manual back-ups again. You can use this tool to back-up your files directly to Dropbox or Google Drive, among other cloud platforms, and restore them with a single click. That means if the day comes when your site gets hacked, your server crashes, or something goes wrong with an update, you know your website — plus all its related files and databases — are safe.

有免费的高级版本。UpdraftPlus Premium解锁了更多的云存储选项,包括OneDrive和Azure,并具有更多功能,包括增量备份和数据库加密。它具有超过200万个活动安装,是最受欢迎的计划备份插件。

UpdraftPlusmust-have WordPress plugins

图像源

6.WP Rocket

WP Rocket is a powerful caching plugin that offers a robust range of features, including cache preloading, GZIP compression, Google Fonts optimization, and DNS prefetching, to speed up your WordPress site. What sets WP Rocket apart from other speed optimization plugins is that it begins working right out of the box once installed and activated on your site.

WP Rocket is a premium plugin with plans starting at $49 per month.

WP Rocket must-have WordPress plugin

图像源

If you only install these six plugins, you’ll be in good shape. These tools will help you improve your site’s lead generation, SEO, design, security, and speed.

However, if you have the time and resources to manage more plugins, then you can continue to extend the functionality of your site to better meet the needs of your visitors and back-end users. Let’s check out some of the most popular plugins below.

Best WordPress Plugins

Some WordPress users wonder if there’s such a thing as installing “too many” plugins on their site. The truth is that your site’s performance depends more on the quality than on the quantity of plugins on your site. If they don’t follow WordPress’s coding standards or aren’t regularly updated, then they can slow down or even break your site.

与其尝试保持低于任意号码,只需确保您安装的每个插件都会添加一个功能,可以增强您网站上的访问者体验,而不仅仅是很酷。

下面我们来看看一些最下载一个d highly rated plugins in the market. From optimizing images to integrating advanced analytics, each can add valuable functionality to your site.

7.Jetpack plugin

If you want to install as few plugins as possible, start with Jetpack. Jetpack is a powerful多合一插件that helps your site with traffic generation, SEO, security, site backups, content creation, and community building and engagement. With this tool, you can see your site stats at a glance, automatically share new posts to social media, protect your site from brute force attacks, and more.

Jetpack best WordPress plugin

图像源

With over 53 million downloads, Jetpack is thesecond most popular pluginof all time. There’s a free version, but you can upgrade to a Personal, Professional or Premium membership.

8.Smush

Smush是WPMU DEV的图像优化插件,用于WordPress。您可以使用一单击(只要它们的尺寸不超过5MB)来优化您在网站中添加的每个图像。由于图像文件往往会与不需要的数据肿,因此用Smush优化和压缩网站的图像是加快网站的有效方法。

从WordPress direc帕克是免费下载tory. There is a pro version available for those looking to optimize an unlimited number of images up to 32MB. WP Smush Pro plans start at $7 per month.

WP Smush best wordpress plugin

图像源

9.Akismet Anti-Spam

Akismet Anti-Spam为您的WordPress网站提供了出色的垃圾邮件保护。通过检查评论并针对垃圾邮件数据库的联系表格提交,该工具可防止您的网站发布恶意内容。这样,您只是在回应自己的忠实读者而不回应垃圾邮件机器人。

该插件是免费的,尽管您可以升级到每月5美元的高级计划以获得高级统计和优先支持。Akismet的下载超过8200万,是有史以来最受欢迎的插件

Askimet Anti-Spam最佳WordPress插件

图像源

10。君主插件

Monarch是一个高级WordPress插件,可以帮助您增加社交份额和关注者。使用此工具,您可以创建一组自定义的社交媒体共享按钮并关注按钮。除了让您从数十个社交网络和个人资料中进行选择外,它还提供了许多选择和设计按钮的选择。

该插件还概述了您的社交媒体性能。在Monarch仪表板中,您会找到您的历史统计数据(股票总数,关注和喜欢);您的一天,周,月和年统计数据;您表现最高的帖子;和个人帖子统计。

君主最佳WordPress插件

图像源

要使用Monarch以及优雅主题的其他一套其他工具,您必须以每年89美元的价格购买会员资格或终身访问权限,一次性费用为249美元。

11。Google Analytics(分析)仪表板插件用于WordPress

MonterInsights创建了此插件,以使您可以轻松地将WordPress网站与Google Analytics(分析)连接。以前,您必须聘请开发人员或学习在WordPress主题的各个不同领域中添加Google Analytics(分析)代码才能设置此集成。借助Google Analytics(Analytics)仪表板插件,您可以在WordPress仪表板内部设置Google Analytics(无需开发人员或任何需要的代码)。

This plugin is free, but you can upgrade to the premium version for all Google Analytics tracking features including events tracking, ecommerce tracking, custom dimensions tracking, popular post tracing, affiliate link tracking, and more. With over 2 million active installs, MonsterInsights is the most popular Google Analytics plugin for WordPress.

Google Analytics Dashboard best WordPress plugin

图像源

12。LifterLMS

假设您想在WordPress网站上添加或销售在线课程。在这种情况下,您将使用学习管理系统(LMS)插件,例如LIFTERLMS。

LifterLMSlets you manage all aspects of your online courses — from administration to documentation to reporting — right within your WordPress dashboard. With this tool, you can create an unlimited number of courses, generate coupons, incorporate quizzes into your curriculum, and keep track of everything from refunds to membership orders.

LIFTERLMS最好的WordPress插件

图像源

核心插件是免费的,但是您可以通过purchasing individual add-ons or bundles of add-ons

13。ThirstyAffiliates

If you are looking to monetize your site with affiliate links while building trust with your audience, you’ll want to consider installing an affiliate link management plugin like ThirstyAffiliates. WithThirstyAffiliates,您可以单击几下鼠标的会员链接。您还可以在WordPress仪表板中直接管理,分类和自定义这些链接。

ThirstyAffiliates best WordPress plugin

图像源

术的养蜂体有免费的Pro版本具有更高级的功能,包括链接调度和URL缩短。付费计划起价为每月49美元。

14.Envira画廊

Envira画廊helps you create responsive photo and video galleries for your WordPress site. You can organize your photos into albums, display your image thumbnails on multiple pages, and share your images on social media networks — all without any coding.

有一个Lite版本的插件在WordPress目录中免费提供。高级计划的起价为29美元,包括用于创建专用画廊页面,从Dropbox帐户导入图像等的高级功能。

Envira画廊best WordPress plugin

图像源

我们讨论了许多免费增值和高级插件。现在,我们将查看一些免费的插件,您可以下载以满足您网站上的特定需求,而无需花费更多的预算。

免费的WordPress插件

假设您只是将您的业务在线上网,并希望保持较低的成本。好消息是,您可以从raybetappWordPress目录下载超过55,000个免费插件来自定义您的网站。

However, because free plugins do not come with warranties or guaranteed support, make sure that a plugin has been recently updated and has good reviews before installing it on your site. Below let’s look at a some highly-rated free plugins.

15.WooCommerce

WooCommerceis a flexible plugin that enables you to set up an ecommerce store in minutes. With this tool, you can easily create product, cart, and checkout pages. You can also accept a variety of payment methods and offer different shipping options, including free and flat rate shipping.

WooCommerce还具有内置的排序选项和分类法,以便客户可以按价格,新颖性,受欢迎程度,评级,类别,标签和其他属性过滤产品,从而确切地找到所需的产品。

WooCommercefree WordPress plugin

图像源

16。Google XML站点地图

Using a sitemap plugin will help ensure your posts get indexed faster by Google, Bing, Yahoo, and other major search engines.

Because Google XML Sitemaps supports all page types and custom URLs, you can use this plugin to create special XML sitemaps that help search engine crawlers understand the structure of your site and retrieve it more efficiently. Google XML Sitemaps allows you to set specific pages for priority indexation and automatically informs search engines about new posts and pages.

这是WordPress最受欢迎的SiteMap插件之一。

Google XML站点地图免费WordPress插件

图像源

17.重定向

如果你运行一个WordPress的网站,你不想risk losing visitors or damaging your site’s SEO because of broken links. Redirection is a free redirect plugin that can help you handle these errors without having to manually change them. With Redirection, you can easily create and manage 301 redirections and keep track of 404 errors.

With over one million active installations, Redirection is the most popular redirect manager for WordPress.

重定向free WordPress plugin

图像源

Enhance Your Site with Plugins

您是否愿意add formsto your site,automatically compress and reduce your images, 或者monitor your traffic for suspicious activity,插件可以添加或扩展WordPress网站的功能。这可以帮助您预期并满足当今和将来的消费者的需求。

编者注:该帖子最初于2020年3月发表,并已更新以进行全面性。

Use HubSpot tools on your WordPress website and connect the two platforms  without dealing with code. Click here to learn more.

Use HubSpot tools on your WordPress website and connect the two platforms  without dealing with code. Click here to learn more.

Originally published Feb 18, 2021 7:00:00 AM, updated March 18 2021

主题:

WordPress Plugins