Author: Stasyuk Eugene 110 Tags: 13.12.2022

When you create WordPress templates on a regular basis, you come across one procedure that takes up some of your time – downloading and activating plugins. The WP Favs plugin solves this problem quite successfully. You simply create a list of plugins that you use regularly and then bulk upload them to your site.

The process of working with the plugin can be divided into two stages:

  1. Creating a list of plugins
  2. Uploading these plugins to the site

Moreover, the first stage is enough to do once. Or, if you’re too lazy, you can use my list:

Token: G69TDY3Z2QOzYMdT53p7OzrRv1Qlnh

Here is the list of plugins it has:

  1. Contact Form 7
  2. Yoast SEO
  3. All In One WP Security & Firewall
  4. Cyr to Lat enhanced
  5. No Category Base (WPML)
  6. Contact Form 7 Database Addon – CFDB7
  7. wp_head() cleaner
  8. Classic editor

Creating a list of plugins

1. Go to plugin site: https://wpfavs.com/

2. Here we need to register or login.

3. Click on New WpFav

Кликаем на New WpFav

4. Fill in the Title, Description (if necessary), choose whether our fav will be public or notЗаполняем Заголовок

5. Let’s scroll below. In the search, we drive in the name of the plugin that we need. And in the drop-down list, select the desired plugin, thus forming a list. выбираем нужный плагин

6. Click save and our list of plugins is ready. To load plugins on the site, we will need the key in the future: Кликаем сохранить

Uploading plugins to the site

1.Installing and activating the plugin on the siteУстанавливаем и активируем плагин

2. In the admin panel menu, go to Plugins – Installed. In the block with the installed WP Favs plugin, click on “settings”переходим в  Плагины - Установленные

3.In the Quick Key field, enter the key that was obtained as a result of creating a list of plugins. We click “Quick Load”, as a result of which the Name of the list and the list of plugins that are reserved in it appear:вносим ключ

4. Near the title, click on the button “Run this list”кликаем на кнопку Run this list

5. In the list that appears, select all the necessary plugins and in the field labeled Actions, select Installвыбираем Install

6. After the plugins have been loaded, select them in the same way and activate them:активируем плагины

READY!

Other articles

How to pull svg content from img tag? Option 2 svg

How to pull svg content from img tag? Option 2

How to pull svg content from img tag? Option 2

If we use php in development, then extracting the svg content from the image becomes as easy as shelling pears. To do this, we just need to have a path to the image. In this case, the file_get_contents() function comes to our aid. You can read more about it here. Approximately using this function would […]

Popup window on the site (modal window) pop-up window

Popup window on the site (modal window)

Popup window on the site (modal window)

When I was just learning the basics of development, I used to make a popup window manually. Yes, yes – instead of finding some ready-made solution, I did this thankless task 🤪. It seemed to me that there was nothing particularly complicated about it. But, only after some time of working on this issue, I […]