Blogs

  • Custom Field Block for WordPress.

    The WordPress Query Block is an efficient and quick way to display dynamic data on any page. It provides a visual interface for designing and showcasing content with various layouts and pagination. However, when it comes to Custom Post Types (CPTs) with Custom Fields, there is no official block available to display the associated meta…

  • Quick Guide to Setup a Custom Block for WordPress.

    The following is a Quick Command which can Scaffold an a Dynamic Block.

  • Using WordPress Base URL in JavaScript

    Problem In certain situations, there is a need to access the base URL of a WordPress site in JavaScript. However, once the JavaScript file is built, it becomes challenging to modify it. When WordPress is installed and mapped to the root of the domain, it is relatively easier to start the URL with /. However,…