Wordpress

How to handle form in WordPress plugin

I am stuck in form handling while developing WordPress Plugin. I face two problems and after Googling found some solutions to handle form in the WordPress plugin.

Learn More

Creating WordPress Post Programmatically

Sometimes we need to create a WordPress post without login into a WordPress site; Here in this article, I am going to show how to create a WordPress post Programmatically by submitting the HTML Form with the help of a PHP script.

Learn More