WPBrigade Blog

  • Diving in Google Drive APIs – Authentication

    Last updated on May 13th, 2026 by Adnan

    Diving in Google Drive APIs – Authentication

    In Part 2 of the Google Drive Series, we are going to dig into the most important and confusing concept of connecting with Google APIs. Yes, I wrote ‘confusing’ because many developers get confused when they need to implement connectivity for their applications to Google APIs. I will try to make this concept easier in this post. I assume you have read the first part of this series and have created a project in Google Developers Console, and before that, have downloaded the PHP Client libraries to play with.

    Continue Reading

  • Diving in Google Drive APIs

    Last updated on May 13th, 2026 by Adnan

    Diving in Google Drive APIs

    Continue Reading

  • WordCamp Beauty through Asian Eyes

    Last updated on May 13th, 2026 by Adnan

    WordCamp Beauty through Asian Eyes

    Today, I am going to share the experience of attending my first WordCamp. It was my first time in the U.S.A (and the time to Miami obviously). I stayed in the U.S.A for 20 days, traveled to four states, met a lot of great people, and visited a lot of awesome places. 10 days in Florida includes NASA, Universal, Lakes, Springs, Parks, Miami, and a special visit to KeyWest. Kudos to Asif, my buddy who drove me to all the places. I highly appreciate his support for everything he did for me during my trip. Attending a WordCamp was a…

    Continue Reading

  • Learn How To Integrate A WordPress Blog In Your Existing Website

    Last updated on May 13th, 2026 by Adnan

    Learn How To Integrate A WordPress Blog In Your Existing Website

    WordPress is amazing in its nature. You can convert it into anything and integrate it with any PHP website. You can even set the degree of integration. You may only need a few WordPress features when integrating it with your website. For example, you want to display the recent blog posts on your website’s homepage. Your website is in PHP, and a WordPress blog is installed in another folder. In this article, we’ll guide you through the steps to achieve this awesomeness by integrating a WordPress blog into your existing website. Before starting with the steps to educate yourself on…

    Continue Reading

  • How To Add a Custom Field via WordPress plugin?

    Last updated on May 13th, 2026 by Adnan

    How To Add a Custom Field via WordPress plugin?

    Sometimes we need to add custom data for our posts and pages, other than title and content, especially when one becomes comfortable with WordPress, there is an urge to experiment with exciting features using WordPress custom fields. Suppose you are using Custom Post Types for your bookstore and want to save the Book price as well. You have added a title and description, but for the price, you will add a custom field. Today, we are going to gain an understanding of how you can add custom fields via WordPress plugins. In modern WordPress development, these kinds of functional stuff should…

    Continue Reading