Category Archives: WordPress Plugins

Reducing Your Page Load Time With WP Accelerator

When it comes to WP performance optimization, the word that usually comes first to mind is a cache plugin. You’ve probably already heard about WP Super Cache, WP Comet Cache or WP Rocket. The page caching can significantly improve the page generation time that affects the overall page loading time and it is essential letting ... Read moreReducing Your Page Load Time With WP Accelerator

The post Reducing Your Page Load Time With WP Accelerator appeared first on Learn WordPress with WPLift.

How to Translate a WordPress Plugin in Your Language

Are you looking for a way to translate a WordPress plugin into your language?

By translating a WordPress plugin into another language, you will make it accessible to a broader audience. This allows users from different countries to use the plugin in their native languages.

In this article, we will show you how to easily translate a WordPress plugin into your language.

Translate a WordPress plugin in your language

Why Translate WordPress Plugins?

By default, WordPress is available in many languages and can be used to easily create a multilingual website using a plugin.

Similarly, most of the top WordPress plugins are also translation-ready. All you have to do is ask the plugin author if you can help by contributing translations in other languages.

By translating the plugin, you can increase its reach and create a larger user base. This can lead to more installs, feedback, and exposure for the plugin.

It can also help you establish yourself in the WordPress community and provide you with new networking opportunities with other developers, translators, and businesses in the industry.

You can even add the translation to your portfolio and demonstrate your skills and contributions to the WordPress community.

That being said, let’s take a look at how to easily translate WordPress plugins in your language. We will cover a few different methods in this post, and you can use the quick links below to jump to the method you want to use:

Method 1: Translate a WordPress Plugin Into Your Language for Everyone

If you want to translate a WordPress plugin in a way that helps other people use the plugin in their languages, then this method is for you.

WordPress.org currently hosts a web-based translation tool that allows anyone to contribute translations for plugins within the WordPress repository.

First, you will need to visit a plugin’s page on the WordPress.org website. Once you are there, just switch to the ‘Development’ tab at the top.

Here, you will see a link asking you to help translate the plugin into your language.

You can simply click on it to start contributing to the plugin translation.

Translate a WordPress plugin

However, if the link isn’t available, then you can visit the Translating WordPress website.

Once there, you will see a list of languages on the screen. From here, find your language and simply click the ‘Contribute Translation’ button under it.

Choose a language for translation

This will take you to a new screen, where you need to switch to the ‘Plugins’ tab.

After that, search for the plugin you want to translate using the search field and then click the ‘Translate Project’ button under it.

Click Translate Project button

This will direct you to the plugin translation page, where you must select the ‘Stable (latest release)’ sub-project from the left column.

If you want to translate the plugin’s development or readme files, then you can choose those sub-projects from the list instead.

Choose stable latest release option

Finally, you will be taken to a new page where you will see the original strings in one column and the translations in another.

Keep in mind that you will need to be logged in to your WordPress.org account to contribute translations.

From here, just click on the ‘Details’ link in the right column to open up the string you want to translate.

Translate plugin

Once you have done that, a text field will open where you can add a translation for the original string.

Once you are done, simply click the ‘Save’ button to submit your translations.

Method 2: Translate a WordPress Plugin for Your Own Website

If you only want to translate a WordPress plugin for your own website, then this method is for you.

First, you will need to install and activate the Loco Translate plugin. For detailed instructions, please see our beginner’s guide on how to install a WordPress plugin.

Upon activation, head over to the Loco Translate » Plugins page from the WordPress admin sidebar.

Here, you will see a list of plugins that are currently installed on your website. Just click on the plugin you want to translate.

Choose plugin to translate

This will take you to a new screen, where you will see a list of languages available for the plugin, along with the translation progress status for each language.

If the language you want to translate the plugin into is listed there, then simply click on the ‘Edit’ link under it.

If not, then you need to click the ‘New language’ button at the top.

Click New Language button

This will direct you to a new page where you can start by selecting a language.

From here, you can pick the ‘WordPress language’ option and then choose your language from the dropdown menu under it.

This option will automatically start using the language file if a user sets the WordPress admin area in this language.

Choose a translation language

If you don’t want to use a WordPress language, then you can select the ‘Custom Language’ option.

Next, you have to choose where you want to store the translation files. By default, Loco Translate will recommend saving the translation files in its own folder.

However, you can easily change that to save the files in WordPress languages or the plugin’s own languages folder.

Once you have done that, just click the ‘Start translating’ button to continue.

Choose translation file location

This will take you to a new screen, where you will see a text source section along with a translation field.

You can now start by adding a translation for the source string and then select the next string to translate.

Once you are done, don’t forget to click the ‘Save’ button at the top to store your settings.

Translate strings

Method 3: Translate a WordPress Plugin on Your Computer

If you want to translate a WordPress plugin on your computer using gettext translation apps, then this method is for you.

Keep in mind that you can also submit these translations to plugin authors so that they can include them in their plugins.

First, you need to download the plugin you want to translate on your computer. Next, double-click the plugin zip file to extract it.

Once you have done that, you need to open the plugin’s folder and then find and click on the ‘languages’ folder.

Choose the languages folder in the plugin folder

You should find a .pot file inside this folder. This is the translation template file that you will need to translate the plugin.

If the plugin doesn’t have a .pot file or a languages folder, then it is most likely not translation-ready.

In that case, you can contact the plugin author and ask if they have any plans for their plugin translation. For more details, please see our guide on how to ask for WordPress support and get it.

Once you have the .pot file, you are ready to translate the plugin into any language.

Locate plugin pot file

Next, you need to download and install the Poedit app on your computer, which is a free translation app for Mac and Windows.

After you have the app installed, go ahead and open it up. This will launch the Poedit home screen, where you must click the ‘Create New’ option.

Choose Create New option

You will now be directed to your computer’s file manager. From here, simply find and select the .pot file for the plugin that you want to translate.

Once you have done that, Poedit will ask you to choose a language for translation from the dropdown menu.

After that, click the ‘OK’ button to continue forward.

Choose a translation language in Poedit

Poedit will now show the translation interface, where you will see the list of strings available.

All you have to do is click on a string to select it and provide a translation in the ‘Translation’ field.

Translate plugin with Poedit

Once you are done translating the plugin, go to File » Save from the menu bar at the top and name your file after the language name and country code.

For example, if you are saving a French translation for the plugin, then you should save the file as ‘fr_FR’ for French and France.

save file

Poedit will save your translation as .po and .mo files.

Now, all you need to do is place these files in your plugin’s languages folder to start using the translated plugin on your website.

We hope this article helped you learn how to translate a WordPress plugin easily. You may also want to see our beginner’s guide on how to translate your WooCommerce store and our top picks for the best WordPress translation plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Translate a WordPress Plugin in Your Language first appeared on WPBeginner.

Ultimate Dashboard Review: Simplify The WordPress Dashboard

Raise your hand if you can tell me the next upcoming event in the WordPress Events and News dashboard widget… That’s what I thought. While I’m sure there are some people who appreciate it, and other dashboard widgets, I’m not one of them, nor are a bunch of other people if I had to make ... Read moreUltimate Dashboard Review: Simplify The WordPress Dashboard

The post Ultimate Dashboard Review: Simplify The WordPress Dashboard appeared first on Learn WordPress with WPLift.

How to Add a Trello-Like Kanban Board in WordPress

Do you want to add a Trello-like Kanban board to your WordPress website? Keeping track of your team’s projects, monitoring sales progress, and staying in touch with existing customers can be challenging if you are not organized. In this article, we will share how you can streamline your workflows by creating a Trello-like Kanban board in WordPress.

Trello-Like Kanban Board WordPress

What is a Kanban Board?

A Kanban board is a workflow visualization tool that helps you optimize your processes and track progress of each task, no matter how complex they are.

Simple Kanban boards consist of three columns labeled To Do, In Progress, and Done. Each column represents a different stage in the workflow process. You can add individual tasks in the respective column.

The individual task item moves horizontally across the board as each stage is performed until it reaches the Done column. This is where the workflow ends and the project is considered complete.

Why Use a Kanban Board in WordPress?

There are several reasons why you might want to add a Kanban board to your WordPress website. For example, they offer an easy way to organize workflows, boost productivity amongst teams, and create a way for people to focus on what needs to be done and in what order.

More specifically, you might consider using a Kanban board in WordPress for the following reasons:

  • Project Management. If you work with a team and each member is responsible for separate tasks, then using a Kanban board helps organize those tasks and keep everyone productive. You can visually see the status of every project, at every stage, at any time.
  • Track Sales Goals. If you run a business that relies on sales revenue, then using a Kanban board allows you to work smarter, not harder. You just need to determine individual steps for attracting new customers, pitching sales, and securing transactions. From there, watch your sales team perform and see where improvements are needed.
  • Editorial Calendar. Publishing consistent content on your WordPress website is crucial for driving traffic to your site, engaging visitors, and converting readers into customers. You can plan ahead with a Kanban board and assign tasks to your team so content is ready to go when you need it.
  • CRM (Customer Relationship Management). Staying on top of existing customer relationships, as well as garnering new ones, is important for any business to succeed. You can add a Kanban board in WordPress with tasks related to reaching out to old customers, addressing questions and concerns of potential customers, and generating more leads that can help close additional sales and boost revenue.

As you can see, using a Kanban board for your WordPress website is a great way to become more productive all around, no matter what your end goals are.

While there are several third-party Kanban board solutions available like Trello, Jira, and Asana, some people prefer to keep everything in their WordPress site.

It helps keep things centralized and saves money on third-party services.

Having that said, let’s take a look at how to create a Trello-like Kanban board in WordPress.

How to Add a Kanban Board in WordPress

Kanban Boards for WordPress Plugin

The first thing you need to do is install and activate the Kanban Boards for WordPress plugin. For more details on how to do that, see our guide on how to install a WordPress plugin.

Upon activation, you will be prompted with an option to choose which type of Kanban board you plan to set up.

Kanban Boards for WordPress Plugin - Kanban Board Types

You have the option to choose from Project Management, Editorial Calendar, Job Applicant Tracking, Sales Pipeline, Basic, and Custom. Each option comes with their own set of statuses, which can be customized to your liking.

Once you decide which one you would like to use, select Set it up!. For this example, we are going to use the Basic Kanban board option which has the statuses of To Do, Doing, and Done.

Configure Your General Settings

After you choose which pre-designed Kanban board you want to use, you need to navigate to the Settings tab to configure your plugin settings.

Kanban Boards for WordPress Plugin - Settings

Under the General tab, you will have the option to determine which increments of time you want users to track their progress in. For instance, we have chosen to track hours.

Kanban Boards for WordPress Plugin - Settings, General

In this section, you will also decide things such as:

  • Whether to hide the time tracking
  • If you want to display task IDs
  • If you want all columns to display
  • Whether to use the default login screen or not

Kanban Boards for WordPress Plugin - Settings, General.2

Configure Your User Settings

Under the Users tab, you will first define who is allowed to make changes to the Kanban board. In addition, you need to determine who you want to assign new tasks to.

For example, assign tasks to the user that creates the task, the first user to move the task, or a single user. You also have the option to assign new tasks to no one.

Kanban Boards for WordPress Plugin - Settings, Users, Permissions

Once configured, go ahead and click on Save your Settings.

If you scroll down a bit, you will notice the section for creating new users. You can create a user by adding information such as their username, email, and first/last names.

Kanban Boards for WordPress Plugin - Settings, Users, Add User

Once you have entered the information, click on the Add a user button and they will be immediately added to your Kanban board.

Configure Your Statuses Settings

Next, under the Statuses tab, you will customize your Kanban board in terms of column title, color, WIP, and whether to auto-archive.

Kanban Boards for WordPress Plugin - Settings, Statuses

WIP or Work in Progress, is the allotted number of tasks in each column on your Kanban board. By pre-setting how many WIPs you want allowed per column, you prevent bottlenecking of work into one column and keep the workflow moving smoother.

For instance, if you would only like 3 new To Do tasks assigned at any one time, then you would configure that column’s WIP to be 3. Until one of those tasks is moved to the next column on the Kanban board, no one will be allowed to add another To Do task to that column.

Kanban Boards for WordPress Plugin - Settings, Statuses, WIP

Once you are done, click on Save your Settings.

Configure Your Estimates Settings

Lastly, under the Estimates tab, you will decide the set points users will be allowed to choose from when deciding how long a particular task will take.

For instance, the default estimate settings include 2 hours, 4 hours, 1 day, 2 days, and 4 days.

Kanban Boards for WordPress Plugin - Settings, Estimates

You can, however, change those estimates to whatever you want. You can also add another estimate by selecting Add another estimate.

Keep in mind, all estimates you define will show in your Kanban board in the order they are set.

After making any necessary changes, click on Save your Settings.

Add Tasks to Your Kanban Board

After all of your plugin’s settings have been configured, click on the Go to your board button.

Kanban Boards for WordPress Plugin - My Kanban Board

Since your Kanban board is brand new, it will look very empty at first. That’s because you need to start the workflow process by defining tasks in the To Do column.

Kanban Boards for WordPress Plugin - Define a Task

You will also be able to estimate how long each task will take the assigned user.

Kanban Boards for WordPress Plugin - Define a Task, Estimates

From there, team members assigned tasks will be able to move them into the appropriate column labeled Doing, track the time it takes to complete the tasks, and lastly, move them into the Done column, signaling the task as complete.

We hope this article helped you learn how to easily add a Trello-like Kanban board to your WordPress website. You may also want to see our list of must have WordPress plugins for every website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook .

The post How to Add a Trello-Like Kanban Board in WordPress appeared first on WPBeginner.

How to Create a Property Rental or B&B WordPress Website with a Booking System

Have you ever wondered how many hotel, vacation rental, or bed and breakfast WordPress websites are in existence? According to the latest research performed in 2017, WordPress powers a way more (almost 20%) hotel websites than any other “competitor”. Sounds like a great motivation to start or to continue and improve your business, agree? To begin building ... Read moreHow to Create a Property Rental or B&B WordPress Website with a Booking System

The post How to Create a Property Rental or B&B WordPress Website with a Booking System appeared first on Learn WordPress with WPLift.

Why Can’t I Add or Install Plugins in WordPress?

One of the most common questions we are asked by WordPress beginners is: “Why can’t I add plugins in WordPress?”. It usually follows up with how the user is seeing an upgrade message or that their admin area doesn’t have the plugins menu. If you’re encountering this issue, then you’re in the right place. In this article, we will explain why you cannot add or install plugins in WordPress.

Why Can't I Add or Install Plugins in WordPress

1. You are On WordPress.com

WordPress.com is a blog hosting service that offers a limited version of the popular self-hosted WordPress software. See our guide on the difference between WordPress.com vs WordPress.org for more details.

WordPress.com users cannot install plugins unless they upgrade to the business plan which costs about $299 per year. If you are on a free, personal, or premium plan, then you cannot install third-party plugins.

WordPress.com plugins

If you don’t want to pay the $299 per year, then you can move your blog from WordPress.com to WordPress.org. If you need assistance in doing that, then use our free WordPress blog setup service (just make a note that you want us to transfer your site, and we will do it for free).

2. You are Facing Memory Limit Issue

The second most common scenario is that you can see and access the plugins menu but unable to install plugins.

The failure notice is usually caused by the PHP memory limit. There are settings in your WordPress hosting and inside your WordPress core that define the amount of memory a PHP script can use. When a process reaches this limit, it either gets terminated or it gives an error like this:

Fatal error: Allowed memory size of 67108864 bytes exhausted

The quick fix to this problem is increasing your PHP memory limit. You can do that by adding this line to your wp-config.php file:

define('WP_MEMORY_LIMIT', '256M');

For more detailed instructions, see our guide on how to fix WordPress memory exhausted error.

3. User Role Restrictions

WordPress comes with a built-in user role management system. Sometimes web developers don’t give administrator access to their clients. Instead, they create an editor account for them.

Administrator vs Editor dashboard in WordPress

Only administrators can install and activate plugins on a WordPress site. If you are the owner of the website, then you need to ask your developer to make sure that you have administrator permissions.

4. You are on a Multi Site Network

Another possible reason as to why you can’t see the plugins menu in WordPress could be that your site is part of a WordPress multi-site network, and the network admin has disabled the plugins menu item on network sites.

Installing plugins on multisite network

It is pretty much the same scenario as WordPress.com. The network admins need to consider the server stability, WordPress security, and load balancing issues. To solve this problem, you can ask your network administrator to install plugins for you.

For more on this topic, see our guide on why do you not see all plugins on WordPress multisite installs

We hope this article helped you learn why you can’t add or install plugins in WordPress. You may also want to see our list of must have WordPress plugins for your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post Why Can’t I Add or Install Plugins in WordPress? appeared first on WPBeginner.

How to Add a WordPress Query Monitor On Your Site

Do you want to add a WordPress query monitor on your site? A query monitor gives you behind the scene look into your WordPress site. In this article, we will show you how to add a WordPress query monitor on your site and debug performance issues like a pro.

Adding a WordPress query monitor

What is WordPress Query Monitor?

WordPress query monitor is a debugging tool that monitor the requests your WordPress website makes to the server.

You can then use this information for troubleshooting WordPress issues or find and fix common WordPress errors.

Some of the things you can look up are:

  • Database queries triggered by a page in WordPress.
  • HTTP requests made by scripts in your themes or plugins
  • Hooks and actions triggered on a page
  • Language, user role checks, and template files used to display the page
  • Your hosting environment like PHP and MySQL versions, memory limits, and more.

That being said, let’s take a look at how to add a query monitor on your WordPress site.

Adding Query Monitory in WordPress

First thing you need to do is install and activate the Query Monitor plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, the plugin will add the query monitor menu into your WordPress admin bar.

Query Monitor menu in WordPress admin bar

Taking your mouse over to the query monitor will display the menu allowing you to jump to a parameter quickly. You can also click on the query monitor stats to view all data.

Viewing Data in WordPress Query Monitor

First you need to make sure that the WordPress admin bar is visible when you are viewing your website. Simply go to Users » Your Profile page and check the box next to ‘Show Toolbar when viewing site’ option.

Show admin bar

Don’t forget to click on the ‘Update profile’ button to store your settings.

Next, you need to visit the page you want to check the queries for. Once on this page, simply take the mouse over to the query monitor menu in the admin bar and click on the section you want to view.

Monitoring SQL Queries

The query monitor plugin allows you to monitor all SQL queries, queries by caller, and component. Queries by component section shows you queries by plugins, theme, and core files.

SQL queries

Rewrite Rules and Templates

This section shows you matching rewrite rules and the templates used to display current page.

Requests, rewrite rules, and templates

Scripts and Styles

Scripts and Styles section shows you Javascript and stylesheets loaded by your theme and plugins. You will also see where these files are loaded (e.g. header or footer).

Scripts and styles

Hooks and Actions

This section shows you the hooks used and the actions triggered while loading the current page.

Hooks and actions

Languages Section

This section shows you the language files requested and loaded by the current page. If you run a multilingual WordPress site, then this helps you figure out which theme and plugins have language files available.

Languages loaded

HTTP API Calls

This section displays HTTP API calls made to third party API libraries.

HTTP API Calls

Transient Updates

Transient API allows developers to store information in your WordPress database with an expiration time. This section displays any transient updates requested during the current page load.

Capability Checks Section

This section displays user role capabilities check run by WordPress core, plugins, and themes while loading the current page.

Capability check

Environment Section

This is where you will get your WordPress hosting environment information like PHP version, MySQL version, MySQL Host, WordPress database name, and more.

WordPress hosting environment

Conditional Checks

This is where plugin shows conditions that were required to display the current page view.

Conditional checks

We hope this article helped you add a query monitor to your WordPress site and troubleshoot performance and security issues. You may also want to see our guide on how WordPress actually works behind the scenes.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Add a WordPress Query Monitor On Your Site appeared first on WPBeginner.

Will Gutenberg Kill WordPress Page Builders? Not So Fast…

Back in November 2017, the team behind Tailor Page Builder made the hard decision to bow out of the page builder market because of, in part, the incoming WordPress Gutenberg editor. Will other companies soon be following suit? Does Gutenberg signal the end of WordPress page builders? Well – spoiler alert – I don’t think ... Read moreWill Gutenberg Kill WordPress Page Builders? Not So Fast…

The post Will Gutenberg Kill WordPress Page Builders? Not So Fast… appeared first on Learn WordPress with WPLift.

How to Remove Parent Slug From Child Page URL in WordPress

Do you want to remove the parent page slug from child page url in WordPress? By default, WordPress adds parent page’s slug as a prefix to child page URLs which is good for SEO. However, some people may not want parent page slug in the URL. In this article, we will show you how to remove parent page slug from child page URL in WordPress.

Remove parent page slug from child page URL

What is a Parent Page Slug in WordPress?

WordPress comes with two main content types called posts and pages. Pages are hierarchical which means they can have child pages. By default, the URL of a child page in WordPress will have its parent page’s slug in the URL like:

http://example.com/parent-page/child-page/

This is a better way to organize content if you are using hierarchical page structure on your website. It is considered best practice for WordPress SEO, and it makes sense for your users as well.

Removing the parent page slug can potentially break the URL, but in some expert opinion, it also makes it less SEO friendly. Sometimes it may cause conflicts with the WordPress permalink structure.

In our experience, if you don’t want parent page slug in your child page URL, then the best approach is to not create a child page at all. Instead, you can simply create a page and use navigation menus to show that it belongs under this page.

Adding child items to a menu

However, we understand that some users may still want to use child-pages for their own reasons.

That being said, let’s take a look at how to easily remove parent page slug from child page URL in WordPress.

Removing Parent Page Slug from Child Page URL in WordPress

First thing you need to do is install and activate the Custom Permalinks plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to edit the child page you want to change. Under the page title, you will see the option to change the child page URL.

Change child page URL

The placeholder area will show your page’s current default URL. You need to click on it and enter the custom URL you want to use for your child page.

Custom page URL

Don’t forget to save your page to store your URL changes.

After saving your changes, you can click on the view page button to view your child page URL without parent page slug.

We hope this article helped you learn how to remove parent page slug from child page URL in WordPress. You may also want to see our list of the best drag and drop page builder plugins for WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Remove Parent Slug From Child Page URL in WordPress appeared first on WPBeginner.

How to Bulk Upload WordPress Media Files using FTP

Do you want to bulk upload WordPress media files using FTP? By default, WordPress does not allow you to upload media files via FTP which can be annoying for users who want to bulk upload files at once. In this article, we will show you how to easily bulk upload WordPress media files using FTP.

How to Bulk Upload WordPress Media Files using FTP

Why Bulk Upload WordPress Media Files Using FTP

The default WordPress media uploader allows you to upload multiple files at once. You can do so by clicking on the ‘Add Media’ button while writing posts or by visiting Media » Add New page.

Uploading multiple files via Media uploader in WordPress

You can select multiple photos, images, audio, and even video files to upload and WordPress will do the rest.

However, this method may not work sometimes. You may see a maximum file upload size limit issues or the files may take forever to upload.

An easier alternative is to upload the files using FTP. However, WordPress doesn’t recognize files uploaded via FTP, and it will not show them inside admin area.

Luckily, there’s a way around that. Let’s take a look at how to easily bulk upload WordPress media files using FTP, and how to make them available inside WordPress.

Bulk Uploading Media Files in WordPress via FTP

First, you need to connect to your WordPress site using a FTP client. If you haven’t done this before, then see our guide on how to upload files to your WordPress site via FTP.

Once you are connected to your website via FTP, go to /wp-content/uploads/ folder.

WordPress uploads folder

Inside the uploads folder, you will see folders for years and months. That’s how WordPress stores media files by default. You can upload your media files to the current year and current month folder.

If it doesn’t exist, then you can create it. For example, 2018 for current year and inside that folder you can create a new folder 01 for the month of January.

Uploading your files may take a while depending on file size and your internet speed.

Once you have uploaded all your images, audio, video, or any other media files supported by WordPress, you are ready to import them into WordPress.

Making Your FTP Media Uploads Visible in WordPress

Even though you have uploaded the files to your website’s server, WordPress doesn’t automatically recognize them.

When you upload a file using the default WordPress media uploader, WordPress saves the file information inside the database. It then displays those files by fetching the information from your WordPress database.

Since these files were not uploaded via media uploader, WordPress does not have them stored in the database.

Let’s fix this.

First thing you will need to do is install and activate the Media from FTP plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit Media from FTP » Search & Register page. By default, the plugin will look into /wp-content/uploads/ folder and display all the media files it finds inside it.

Media from FTP settings

You can also browse folders by clicking on the /wp-content/uploads/ drop down menu. It allows you to sort files by type or by extension.

Once you have located the files you uploaded using FTP, simply click the checkbox next to them and then click on the ‘Update Media’ button.

The plugin will start registering your imported media into the WordPress media library. You will see the progress on the screen as it goes through each file.

Import and register progress

Once it is finished, you can visit Media » Library page to see all your imported files.

Media files uploaded via FTP to WordPress

You can now go ahead and add these images, audio, and other media files to your WordPress posts and pages.

We hope this article helped you learn how to easily bulk upload WordPress media files using FTP. You may also want to see our guide on how to optimize images in WordPress for better speed and performance.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Bulk Upload WordPress Media Files using FTP appeared first on WPBeginner.