-
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.
-
-
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…
-
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…




