Blog
Subscribe to Our News

Category: WordPress basics

WordPress has more than 60 million users worldwide. Often it is needed to eliminate features in order to save money of your customers. One of the most effective solutions is access to the all-important MySQL databases required by WordPress. However, many hosts grant customers access to a few such databases only. So it may be a problem, if you need to host multiple blogs within the same domain or server name. But there is a solution.

installing-multiple-websites-into-a-single-mysql-database

Actually, you can easily change configuration settings to allow unique WordPress installs into a single MySQL database.

Read More…

Using verified plugins when its really necessary is the key to effective website management. Any plugin you are using should provide an essential function or solve a specific problem. It should not indulge your desire for a “shiny new stuff” or vanity. This article will discuss a specific type of plugins that can be applied to many different websites.

choosing-wp-plugins

We will focus on Google Analytics plugins. It is a type of plugins that we use often, no matter whether it’s necessary or not.

Read More…

Also known as PHPXMLRPC, the XML-RPC protocol is used in WordPress, Drupal, WikiTeX, TikiWiki, OpenAutonomy, Xaraya, Ampache, PostNuke, and many other open source projects. The XML-RPC protocol was originally created in PHP for ease of use and flexibility.

what-is-xml-rpc

WordPress documentation about XML-RPC is rather poor, but we will try to tell you how it works in more detail.

Read More…

Usually, WordPress users open the .htaccess file when they need to fix their permalinks. However, it is an important configuration file and opens up much wider possibilities. The .htaccess file allows you to improve the performance and security of your website.

some-.htaccess-tricks-for-wordpress

This article will tell you about some useful .htaccess tricks for WordPress that you can try on your website.

Read More…

There are many ways to customize your WordPress admin area. WordPress Custom Post Types is one of the most effective ways. It organizes any specialized content on your website and provides more visual and direct interface for your visitors. To be short, your users will not spend much time searching around for the content they need.

benefits-of-using-custom-post-types

This article will show you how it works on a simple example.

Read More…

WordPress is a large platform, and there are a variety of truly massive databases and websites that get queried constantly. It increases the bandwidth usage and slows down websites. Any customer of web hosting knows that bandwidth is an expensive thing especially when you need to upgrade to a premium plan because of a lots of queries. You may consider it being a part of your website growth, but that is not really true.

picking-a-caching-plugin

In order to prevent the slowdown of a website loading times, there are a number of helpful and innovative plugins that actually cache database queries and websites.

Read More…