Learn WordPress With Faizan

Learn WordPress with Faizan.

WORDPRESS PLUGIN BOILERPLATE

What is Plugin Boiler Plate?A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins. Every time I start working on a new plugin I find

Read More »

WordPress Basic Terminologies 📃

This article will help beginners to get conformable with the terms used within the WordPress ecosystem. Some of these terminologies might seem known to you depending on your level of experience with WordPress, and

Read More »

How does the web work?

The Web is a subset of the Internet. While the Internet makes up all communication between computers within any application, port, or protocol — the Web generally refers to networks of computers communicating over Hyper

Read More »

React app embedded into WordPress page via short code

Goal: Create WordPress plugin which will inject React based web app\widget into normal WordPress page\post\sidebar using a short–code. Embedded react app useful when you need to create an complex fully interactive widget\app like a calculator

Read More »