Blog

Open Source and Security Issues


WordPress uses an open source structure, meaning that programmers can access the page’s source code to see how it works, adapt it based on their needs, and share their code online. On one hand, this can be viewed as a positive aspect, as it saves developers time. On the other hand, however,

Read more

The website loads a blank page


The so-called White Screen of Death is one of the most common problems for WordPress users. Our Plugin can show the error log file information and help you to identify the culprit. Low memory limit or PHP errors can be some of the possibilities. Learn more…

What is the file .htaccess


.htaccess (short for ‘hypertext access’) is a configuration file for use on web servers running the Apache Web Server software. The .htaccess file is common to place in a site’s root directory e.g. /public_html but you can put in another directory. Because the .htaccess file is

Read more

What is the file wp-config


One of the most important files in your WordPress installation is the wp-config.php file. This file is located in the root of your WordPress file directory and contains your website’s base configuration details, such as database connection information. It also has more advanced settings to

Read more

What are cookies?


Cookies are small files of information that a web server generates and sends to a web browser. They are stored at user’s computer for a predetermined period of time, or for the length of a user’s session on a website. Cookies help inform websites about the user, enabling the websites

Read more

How to Stop Self Ping


A self ping is when WordPress sends pings from your own domain to your own site,  when you link to your own posts. They can appear in your comments area. Our plugin can stop it.

Show and delete Transients


Transients are a simple way of storing cached data in the WordPress database temporarily. Sometimes  expired transients only get deleted when you attempt to access them. If you don’t access the transient then, even though it’s expired, will not remove it. Our plugin can shot them and  has a

Read more

Optimize and repair InnoDB and MyISAM database tables


The WP Tools plugin (version 2.41 or bigger) can enables you to optimize and repair InnoDB and MyISAM database tables. It uses WordPress built-in database optimization tools to get the job done. This can help to fix “Error establishing database connection” message. Maintaining a

Read more

Console Log Block


This option in our free plugin allows site administrators to block the display of console messages for users and visitors. Log messages appear in the browser console (F12) and in many cases, log messages are warning or tracking messages issued by the browser to help users track the origin of

Read more