Create a WordPress menu page using OOP
WordPress

How to create WordPress Menu Pages with OOP

WordPress Menu Pages are all those pages that you are using inside the WordPress admin area. If you have ever tried to add a menu page in WordPress admin area then you are aware of the work that needs to be done for various menu pages. In this tutorial we will create those menu page in a object oriented programming way.

Read More

Show WordPress Post in a Modal
PluginsThemesWordPress

Show a WordPress Post in a Modal

Did you ever want to show an article inside another article with a modal? Maybe something like a short introduction or a related article? In this tutorial we will create a new WordPress plugin that will create a modal window and show an article by clicking on a button inside another article.
Read More

Developer working on file upload
PluginsThemesWordPress

WordPress File Upload with AJAX

WordPress is a great CMS and has a nice feature for uploading files. That is the media uploader which can be found inside the WordPress administration. In this tutorial we will not use the media uploader. We will develop our own WordPress file upload using AJAX and PHP.

Read More