17min remaining

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提供标准功能to allow any user to get a site up and running in no time.

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, 例如。由于WordPress是开源的,因此您可以扩展或修改源代码,以创建网站所需的任何功能。这种灵活性对WordPress开发人员

但是,如果您不是开发人员,并且没有太多经验编码?在这种情况下,您可以使用插件。

Grow Your Business With HubSpot's Tools for WordPress Websites

WordPress plugins are like apps on your phone. You can download or purchase them to add or enhance the functionality of yourWordPress website

插件允许WordPress用户创建强大的站点,而无需触摸一行代码。作为content management systems继续使Web设计民主化并减少对Web开发人员和设计师的依赖,插件是我们如何在Internet上创建和消费内容的组成部分。

This post will give you an overview of what WordPress plugins are, how they work, and some of the most popular examples.

Plugins can make small tweaks on your site or massive changes, depending on their features. For example, you could use a plugin toadd a WhatsApp share button到您的网站或create a fully multilingual site。或者,如果您经营电子商务业务,则可以将插件安装到assist with payment gateways或允许游客在线预约

有also plugins that can help youenhance your contact forms,,,,制作美丽的滑块,,,,backup your site如果数据失败,并使电子邮件选择加入简单 - 加上很多more.

While many make changes to the front end of your site, some plugins make changes on the back end so maintenance is easier for your team. These plugins might allow you to扫描您的网站是否有链接,,,,run A/B tests, 或者put your site into maintenance mode, 例如。

现在,我们可以更好地了解什么插件,让我们仔细研究它们的工作方式。

A plugin developer who wants to use theWordPress 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()函数

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:


<?php

/**
* Plugin Name: Thank You Plugin
* Plugin URI: http://www.mywebsite.com/thank-you-plugin
* Description: The very first plugin that I have ever created.
* Version: 1.0
* Author: Your Name
* 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!

';

?>

现在假设你是一个网站所有者想要添加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中使用插件

多种方法可以添加WordPress插件到您的网站。例如,您可以从仪表板,官方的WordPress插件目录或第三方站点进行此操作。可以单击一次自动安装官方目录的插件,而某些高级插件必须通过A手动安装文件传输协议(FTP)客户端

To install a plugin from the official WordPress directory, you simply have to log into your dashboard and selectPlugins>Add New。这n search for the plugin using the built-in search bar. From there, you just have to click安装and启用

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/插件folder of your directory via an FTP client. This would automatically install the plugin to your WordPress site.

然后您会导航到Plugins在你管理仪表板。一旦你找到了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 Staging – DB & File Duplicator & Migrationplugin toset up a WordPress 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

现在,我们了解了什么插件,它们的工作方式以及如何使用它们,让我们看一些可以在WordPress站点中添加基本功能的插件。

Must-Have WordPress Plugins

WordPress提供了基本的标准功能,可让您尽快发布视觉内容以吸引目标受众。但是,它缺少一些关键功能来帮助您吸引和满意这些访客。这must-have WordPress pluginsbelow can help optimize your content, enhance your站点或着陆页,提高您的转化策略,并让您的访客回来。

1。HubSpot WordPress Plugin

HubSpot's drag-and-drop form builder allows you to easily build contact forms to use on your WordPress website — that automatically sync with the HubSpot CRM. The plugin also includes a pop-up creator, live chat and chatbot builder, email marketing, and more — all within WordPress.

HubSpot's WordPress Plugin is unique because it's an all-in-one plugin — it helps you stay efficient by keeping all of its features in a single location. Having a large number of plugins can slow down your website. But because HubSpot provides everything in one plugin, the tool keeps your site fast and responsive.

通过HubSpot WordPress插件滚动通过联系人活动提要是必不可少的插件之一

图像源

这plugin and its included features (CRM, Live Chat, Forms, Analytics, and Email Marketing) are free.

付费的HubSpot计划从每月$ 50开始,包括其他功能和功能。随着业务的增长,您可能需要构建更多自定义报告或增加广告支出。在这种情况下,您可以查看HubSpot的升级选项。

2。All in One SEO

All in One SEO (AIOSEO) is a complete SEO plugin and toolkit for WordPress. Over 2,000,000+ professionals use this plugin to improve their website search ratings and unlock maximum traffic. You can start with the WordPress SEO setup wizard, which helps you automatically choose the best SEO settings for your specific website and industry.

And in less than 10 minutes, you can easily set up advanced SEO features such as XML sitemaps, optimized search appearance, SEO keywords, schema markup, and much more. Plus, the SEO audit checklist will analyze your entire website for errors and provide you with actionable insights to improve your on-page SEO.

AIOSEO offers a free and premium version of the plugin. The free plugin comes with everything you need to improve your site’s SEO. The premium versions include other powerful features like a redirection manager, 404 error tracking, and an image SEO module.

must-have WordPress plugin: All in One SEO

3。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 your页面SEO吸引更多有机流量到您的网站。

无论您要创建一个吸引人的标题,优化特色片段还是对特定关键字进行排名,Yoast的强大功能范围,,,,including a snippet preview, internal linking tool, and readability and SEO analysis, automates and simplifies the optimization process for you.

此插件有一个免费的高级版本。高级版本将解锁更多功能,包括重定向管理器和自动内部链接建议。下载量超过1.35亿,它是下载最多的SEO插件。

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

图像源

4。WordFence安全

Wordfence is one of the most comprehensive WordPress security solutions available. It includes a malware scanner that quickly alerts you about security issues and an endpoint firewall to prevent attacks on your site. It also provides real-time visibility into traffic and hack attempts on your website and two-factor authentication, among a suite of additional features, to protect your site.

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

WordFence安全must-have WordPress plugin

图像源

5。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是具有高级设计功能的视觉拖放页面构建器。借助此页面构建器,您可以从数百个模板中选择,然后使用Elementor的移动编辑自定义它们,以创建精美响应的页面。Elementor配备了数十个小部件,因此您可以轻松地将按钮,图像,旋转木马和标题以及其他元素添加到您的页面上。

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

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

图像源

6。UpdraftPlus

使用UpdraftPlus,您将不必再担心手动备份了。您可以使用此工具直接将文件备份到Dropbox或Google Drive以及其他云平台,并单击一次。这意味着,如果您的网站被黑客入侵,服务器崩溃或更新出现问题时,您知道您的网站 - 以及其所有相关文件和数据库 - 都是安全的。

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

UpdraftPlusmust-have WordPress plugins

图像源

7.WP火箭

WP火箭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火箭is a premium plugin with plans starting at $49 per month.

WP火箭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

一些WordPress用户想知道是否有在其网站上安装“太多”插件的东西。事实是,您的网站的性能更多地取决于质量,而不是网站上的插件数量。如果他们不遵循WordPress的编码标准或不进行定期更新,那么它们可能会放慢甚至破坏您的网站。

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

在下面,我们将查看市场上下载最高,最受评价的插件。从优化图像到集成高级分析,每个分析都可以为您的网站添加宝贵的功能。

8.MonsterInsights

MonsterInsights创建这个插件使其东亚峰会y to connect your WordPress site with Google Analytics. Before this plugin, you had to either hire a developer or learn to add Google Analytics code in various different areas of your WordPress theme to set up this integration. With MonsterInsights, you can set up Google Analytics right inside your WordPress dashboard without a developer or any code required.

这re is a free version of the plugin that will provide you with all of the basic tracking features you need. But, the premium version offers even more powerful insights such as data on top landing pages, popular products, form conversions, and much more. It also comes with a built-in headline analyzer so you can write effective SEO headlines that drive traffic and clicks.

MonsterInsights seamlessly integrates with Universal Analytics and Google Analytics 4. You can connect to whichever version you’re running, or connect to both at the same time using the dual tracking feature.

Google Analytics Dashboard best WordPress plugin

图像源

9.Jetpack plugin

如果要安装尽可能少的插件,请从JetPack开始。喷气背包是一个强大的all-in-one pluginthat 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

图像源

和over 53 million downloads, Jetpack is thesecond most popular plugin有史以来。有一个免费版本,但是您可以升级到个人,专业或优质会员资格。

10.Smush

Smushis WPMU DEV’s image optimization plugin for WordPress. You can optimize every image you’ve ever added to your site with one-click (as long as they’re 5MB or less in size). Since image files tend to be bloated with data that isn’t needed, optimizing and compressing your site’s images with Smush is an effective and easy way to speed up your site.

从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最好的WordPress插件

图像源

11。Akismet Anti-Spam

Akismet Anti-Spam offers excellent spam protection for your WordPress site. By checking comments and contact form submissions against a spam database, this tool prevents your website from publishing malicious content. That way, you’re only responding to your loyal readers and not spambots.

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

Askimet Anti-Spam最佳WordPress插件

图像源

12。Monarch plugin

Monarchis a premium WordPress plugin that can help you increase your social shares and followers. With this tool, you can create a custom set of social media share buttons and follow buttons. In addition to letting you choose from dozens of social networks and profiles, it also offers many options for the placement and design of your buttons.

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

Monarch best WordPress plugin

图像源

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

13。LifterLMS

Let’s say you want to add or sell online courses on your WordPress site. In that case, you’d use a learning management system (LMS) plugin like 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 best WordPress plugin

图像源

这core plugin is free, but you can add more functionality bypurchasing individual add-ons or bundles of add-ons

14。ThirstyAffiliates

如果您希望在与受众建立信任时通过会员链接通过会员链接获利,则需要考虑安装诸如Thirstyaffiliates之类的会员链接管理插件。和ThirstyAffiliates,您可以单击几下鼠标的会员链接。您还可以在WordPress仪表板中直接管理,分类和自定义这些链接。

ThirstyAffiliates best WordPress plugin

图像源

渴的食品植物有免费的pro version具有更高级的功能,包括链接调度和URL缩短。付费计划起价为每月49美元。

15。Envira Gallery

Envira Gallery帮助您为WordPress网站创建响应式照片和视频库。您可以将照片整理到专辑中,在多页上显示图像缩略图,并在社交媒体网络上共享图像 - 无需任何编码。

有个插件的Lite版本available for free in the WordPress directory. Premium plans start at $29 and include advanced features for creating dedicated gallery pages, importing images from a Dropbox account, and more.

Envira画廊最好的WordPress插件

图像源

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

免费的WordPress插件

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

但是,由于免费插件没有保修或保证支持,因此请确保插件最近已更新并在安装网站之前对其进行良好的评论。在下面,让我们看一些评价高度的免费插件。

16。WooCommerce

WooCommerce is 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 also comes with built-in sorting options and taxonomies so that customers can filter products by price, newness, popularity, ratings, categories, tags, and other attributes to find exactly what they're looking for.

WooCommerce免费WordPress插件

图像源

17。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.

和more than one million downloads, this is one of the most popular sitemap plugins for WordPress.

Google XML站点地图free WordPress plugin

图像源

18.重定向

如果您运行WordPress网站,则不想冒着失去访问者或损坏网站SEO的风险。重定向是一个免费的重定向插件,可以帮助您处理这些错误而无需手动更改它们。通过重定向,您可以轻松地创建和管理301个重定向,并跟踪404个错误。

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

重定向free WordPress plugin

图像源

用插件增强您的网站

您是否想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 October 19 2021

主题:

WordPress插件