Solution for the “Fatal Error: Allowed Memory Size” In WordPress.

In WordPress plugins are the blessing and it is very use full to enhance the functionality of the WordPress, but remember that using of the more numbers of the plugin can cause problem with a website. This can slow website performance or error messages. One common error message experienced

Exclude Pages from the menu In WordPress.

In WordPress, when we are Implementing the custom HTML into the WordPress, Suppose we have created the pages and don't want to display it in the menu. For this we can pass the one parameter named as exclude into the wp_list_pages function,

Create Your Own Page Templates In WordPress.

In Wordpress some times we need to create our own template file to write some custom code in it. It is very simple you can make any page as a template and can assign it as a template through the admin panel. Here is the way to create the