How to create custom plugin in wordpress?

In this article we will teach you how to create custom plugin in wordpress. Plugin is a collection of code or function containing a list of files and folders that can be added to wordpress website to implement specific feature …

How to run curl get and post api in php?

Today we will teach you how to run curl get and post api in php. Modern websites is using APIs for many purposes. Like for sending SMS, for sending EMAILs, for cloud storage, for mobile app APIs, for payment gateways. …

How to stop automatic updates in wordpress?

In this article we will teach you how to stop automatic updates in wordpress. Sometimes there is need to stop or disable automatic updates in wordpress. Because in every version of themes or plugins some classes, functions or code structure …

List of online website optimization tools

In this article we will provide you the list of online website optimization tools with the help of these tools you can optimize your website for speed performance and SEO(Search Engine Optimization). So, here are the list: PageSpeed Insights This …

How to increase seo on wordpress?

In this article we will teach you how to increase seo on wordpress. SEO is an important part of your website because it increases the organic traffic on your website. You can generate the organic traffic on your website from …

How to add menu in footer wordpress?

In this article we will teach you how to add menu in footer wordpress. And you can also create menu at any place of your wordpress website. First of all paste this code in your functions.php file located at website_root_path/wp-content/themes/your_theme/functions.php …