WordPress XML-RPC API Tutorial & Example

WordPress is not not only a simple blogging tool, but one of the most useful CMS to manage the website content. There are several reason of WordPress popularity but one of them is the feature provided by such a very small blogging tool. XML-RPC is one of them. If you have created your website using WordPress and want any of your remote application to interact then you can do it via the XML-RPC method. WordPress has exposed various RPC method which you can invoke from other system. Also you can write your own custom XML-RPC method in your WordPress. In this tutorial we will explore various aspect of WordPress XML-RPC API. We will also check how to call Wordpress XML-RPC API method from your PHP Code. We will also explore on how to write own RPC method in WordPress.
Continue reading “WordPress XML-RPC API Tutorial & Example”

What is new in WordPress 4.5

WordPress 4.5 is next major version planned by WordPress community. Beta 1 of WordPress 4.5 is released on 25th February 2016 and target date for production release is by first week of April. I have installed WordPress 4.5 Beta 1 to just see what all new features going to be introduced in this version. In this article I will try to provide overview of what is new in WordPress 4.5.
Continue reading “What is new in WordPress 4.5”

WordPress Multisite Network FAQ – Basics

Next in the series of WordPress Frequently Asked Question Series,  WordPress Multisite Network FAQ here we tried to cover the basics of multi site network in WordPress, Manage website network with wordpress is easy to use and install then any other CMS presently on the internet. Lets us know about your feedback , we will try to improve ourselves. Continue reading “WordPress Multisite Network FAQ – Basics”

WordPress Frequently Asked Question – Basics

WordPress now days is one of the most popular open source content management available on the internet, if you are don’t know or ever heard about wordpress , we are presenting the first in a series of Frequently Asked Question about wordpress. Continue reading “WordPress Frequently Asked Question – Basics”

WordPress Security Tips to Protect From Hacker

WordPress is one of the most popular web content publishing tool. It is used by some very popular website. So hackers are always try to break the security of the WordPress.  Since WordPress is very nicely developed and has some good security implementation however if you will follow some practices you will be double assured that your website is protected from hacker. In this article we will discover some best practices for WordPress security.WordPress Security Continue reading “WordPress Security Tips to Protect From Hacker”

WordPress Permalinks

For any website URL managing URL structure is very tedious task, specially if your website has huge pages. URL structure play very important role in your SEO. WordPress has given facility to manage your URL structure. In WordPress it is known with term WordPress Permalinks.  In this article we will explore the best method to configure WordPress permalinks. Also here we will discuss about the best techniques of managing permalinks with SEO.

What is WordPress Permalinks

Permalink stand for Permanent Link, or in other word WordPress Permalinks are the technique to manage the permanent link in your WordPress. Permalinks is feature given by WordPress to manage URL of your posts, pages etc. This feature is named permalink or permanet link because URL of your post never changed dynamically and become permanent. Continue reading “WordPress Permalinks”

W3 Total Cache Settings Tutorial

W3 Total cache is one of the most popular cache plugin in WordPress. You can use w3 total cache to make your website faster. W3 total cache provide you various setting to improve performance of your WordPress website. To get the better performance you need to configure the correct  setting provided by the plugin. In this article we will explore on best setting configuration of w3 total cache. After reading this article I hope you will be able to configure Ideal W3 total cache settings for your website.

Before going further in this article I hope you have installed w3 total cache. Once you will install and activate w3 total cache plugin, in your WordPress admin left navigation you will see a menu with name Performance (refer below snapshot). Continue reading “W3 Total Cache Settings Tutorial”

WordPress Performance Tuning

WordPress is one of the most popular content publishing platform used by some of the very high traffic website. Beauty of the wordpress is in its simplicity. If you will setup your WordPress correctly then your website performance will be fantastic. In this article we will explore various aspect of the WordPress Performance Tuning. Before going further let me clear that why you need to optimize your WordPress website performance. Continue reading “WordPress Performance Tuning”

WordPress Constants List

WordPress controls your website behavior by using some pre-defined constant. If you are a WordPress developer or WordPress website owner and manually installed WordPress then you have definitely modified wp-config.php for setting up database credentials. So the variable you modify like DB_NAME, DB_USER, DB_PASSWORD, DB_HOST are WordPress constants. Usually WordPress constants are defined in wp-config.php. In your default WordPress installation only those constants are available which are the minimum required to run your WordPress website. There are so many other WordPress constants which are not available in your wp-config file but you can introduce these constant and change your WordPress website behavior. Continue reading “WordPress Constants List”