Blog
Subscribe to Our News

Category: WordPress tutorials

“Hotlinking” or bandwidth theft is when a person uses direct linking to files on someone else’s website (e.g. video, pictures, etc.). Bandwidth is the data that is transferred from a website to devices of its users. To be short, you are using the website’s bandwidth each time when you viewing it. Imagine some person uses your electrical outlets without your permission, and you are paying for the electricity. It is the simplest example of hotlinking.

how-to-prevent-hotlinking

Bandwidth is a serious issue, since the income of web hosts is depends on the amount of transferred data. If your website is over its bandwidth limit per month, it will be taken offline or billed for the extra data.

Read More…

Plugins in WordPress are used for enhancement, modification and customization of a website. With the help of plugins, you easily can add functionality instead of changing the codes. In brief, WordPress Plugin is a program written in PHP, which can be integrated with your website and allows to add some services or features.

How to create a WordPress Plugin?

Do you want to have new functionality? Firstly, try to find a plugin which will meet your requirements. If there is no such plugin, this article will be useful for you since it gives some useful advice related to the creation of the WordPress plugin. In addition, we hope that you are familiar with PHP programming and basic functionality of WordPress.

Read More…

Any post or page you publish in WordPress becomes visible to the public by default. In other words, a post or page has a default visibility status, based on the settings of a Edit Post Screen in the Publish box.

Password-Protect Your WordPress Content

The simple codes and options described below will help you to customize your WordPress posts` visibility. No more than five minutes of your time will protect your posts from being viewed by the people for whom they are not addressed to. Be attentive and paste the code correctly to avoid problems with the password form.

Read More…

WordPress should always be updated to the latest version. You will receive a message informing about an update in your WordPress Admin Screens whenever a new version of WordPress is released. In order to update the system, you have to click the link included in the message.

Wordpress update

WordPress can be updated in two ways, so you are free to choose the one that best suits your needs. One-click update is the easiest method, which will work fine for the majority of people. However, in case WordPress fails to upgrade, or you wish to participate more actively, the update process can be performed manually.

Read More…