Blogs

Explore our blogs to explore our expertise

How to Register Meta Fields in Gutenberg

How to Register Meta Fields in Gutenberg

Pre-requisites WordPress Plugin Development PhP JS/ReactJS Hands on experience in Gutenberg block development Example Scenario Consider a scenario where a client asks you to develop a functionality. The functinoality includes showing a sub-title of the given page. The...

How to Quickly Install WordPress Plugin

How to Quickly Install WordPress Plugin

WordPress plugin adds various functionalities to your WordPress site. The functionality can be anything like SEO, E-Commerce, E-Learning, caching, speed optimization etc. So it is always good to know the ways to install the plugins on your WordPress site. Contents...

WordPress REST API Security: Auth Methods

WordPress REST API Security: Auth Methods

Contents Application Password JWT Authentication Wordpress gives you REST APIs endpoints by default. Hence, it is obvious & crucial to secure your endpoints from external attacks. Many of the endpoints like /users can contain sensitive information. Giving...