Entries by Math

Getting Started with WordPress

If you’re just starting with WordPress, you can easily get lost in all the available information. To keep it simple and avoid overwhelming you with more information, here’s a brief guide on where to start with your WordPress website. Themes You can download free themes from WordPress.org. For more extensive themes, you can purchase them […]

Choosing a secure password

If there’s anything that gives you a headache, it’s the different passwords for each website. To add an extra factor, all sites have their own rules regarding password security. Some common requirements we see: Using an uppercase letter (UppercaseLetters) Combining letters and numbers (eaad 8934) The password must contain symbols (*&$!) The password must not […]

The Expoit Scanner for WordPress

An amazingly simple plugin with one purpose: to search for files that may contain code that doesn’t belong in WordPress. You can find the plugin in the WordPress plugin library. After installation and activation, the Exploit Scanner can be found under Tools. As you can see in the image below, there aren’t many options. You […]

Securing a WordPress Multisite

Is securing a WordPress multisite different from securing a single WordPress site? You have more data, which is self-explanatory, including more tables in one database. All the regular tables of a single site are duplicated for each site you add. For example, if you have usual tables like wp_options, wp_posts, now you will have them […]

Facts & myths about securing WordPress

There are many WordPress users, even website developers, and hosting companies who are not aware of the following: Fact: Restoring an old backup is NOT a permanent solution for a hacked website This may seem like a solution to many, as they often think that the hacked files are removed from the server. However, they […]

This is how to backup the MySql Database

PhpMyAdmin is one of the most commonly used and well-known tools for managing your database. PhpMyAdmin is available on 8 out of 10 hosting providers’ servers and can often be accessed via: www.yourdomain.com/phpmyadmin (Or they may have a different unique address for security reasons, which you usually receive in the first information email from the […]

Zo kun je een hele grote MySql database importeren

Dealing with a large database, such as a WordPress website with hundreds of products or pages, can result in a database size of 10-50 up to even 600 MB. Sometimes, you may need to restore your database backup or import it after switching hosting providers. A database larger than 100 MB cannot be imported using […]

WordPress shows a white screen, now what?

If problems occur with code from plugins, themes, or WordPress itself, you may not always see an error. Sometimes, you’ll only see a blank screen! This can be incredibly frustrating as you won’t know what’s going wrong. However, there’s a reason why you only see a blank screen. The empty page without an error is […]

Using Contact Form 7

What is Contact Form 7? Contact Form 7 is a plugin for WordPress that allows you to create contact forms in various languages. You can create multiple contact forms per website and customize them with different fields. In addition to text fields, you can use date fields, dropdowns, acceptance checkboxes, radio buttons, and more. How […]