Website Tutorial How to Organise WordPress Files in Media Library
Install and Activate Media Library Folders Firstly, we will install and activate the plugin on your WordPress Website. Follow the steps from here. Step 1: Go to your WordPress website Dashboard and log in using your Username and Password. Step 2: Then, hover the cursor on the Plugins tab section on the screen’s left side. Then, Click…
Website Tutorial WordPress-How to Set Up Custom Categories for Posts
Log in to your WordPress Admin Dashboard. Go to Posts > Categories. Add New Category: Name: Enter the name of your category. Slug: This is the URL-friendly version of the name. It’s usually all lowercase and contains only letters, numbers, and hyphens. Parent Category: If you want to set up a hierarchy, you can choose…
Website Tutorial WordPress-Why You Should Stop Using “Uncategorized”
The two biggest reasons you should avoid using “Uncategorized” are fairly straightforward: It makes you seem careless, resulting in your blog appearing unprofessional It doesn’t help your readers find the content they’re looking for When you have blog posts listed as “Uncategorized,” it simply looks like you forgot to classify the post. Realistically, that’s the…
Website Tutorial How to Change Default MySQL Port Number?
Changing your default MySQL port can protect you from unauthorized access through brute-force scripts. While non-standard ports may enhance your security, it only extends the time it takes for successful hacking to go through. Therefore, it would help if you had other security measures in place. You may also require a port change if the…
Website Tutorial Advantages and disadvantages of building a WordPress site offline!
There are many benefits to building your WordPress site without an internet connection. Many people prefer this method because they can modify their webpages and build functionality without updating those features live on their real, mainstream internet website. Working on a WordPress site offline also means you can manually change the files more efficiently and…
Website Tutorial Hide Plugin From WordPress Dashboard
Do you want to have one or multiple of your WordPress plugins hidden yet still running and fully functional? It is entirely possible and quite easy to do, simply follow these steps: Login to your WordPress dashboard Under Appearance click on Editor Click on Function.php and add the following snippet to your current theme’s functions.php file add_filter( ‘all_plugins’, ‘hide_plugins’); Copy function hide_plugins($plugins) Copy { Copy…
Website Tutorial How to Repair WordPress Database
WordPress database runs on the database management system, MySQL. Although rare, your Database has the chance of corrupting, which makes your website buggy or completely dysfunctional. We can help you fix such database errors. Using WP_ALLOW_REPAIR WordPress comes with a database repair feature that allows you to repair the corrupted database without in-depth technical knowledge….
Website Tutorial Fixing Syntax Error Through FTP
Simply use an FTP client and access your WP files. We are taking FileZilla as an example to show how this is done. Download FileZilla on your computer and fill the necessary information to access your website. Follow the path given in the syntax error message: Find the file or folder that’s causing the issue, right click…
Website Tutorial How to Optimize MySQL Databases
To optimize a MySQL database, follow these steps: Step 1: Log in to cPanel. Step 2: In the Databases section of the cPanel home screen, click on phpMyAdmin. The phpMyAdmin administration page will appear in a new window. Step 3: In the left pane, click on the name of the database that you want to optimize. For example, the following image shows…