Bitbucket Auto Deploy with Pipelines

Bitbucket pipelines is a CI/CD (Continuous Integration/Continuous Deployment) service integrated in Bitbucket SCM platform. Learn the pipeline deployment of Bitbucket in simple steps.

Bitbucket Auto Deploy with Piplines

Setup Bitbucket Repository in cPanel

Bitbucket is a git based source code management (SCM) platform built for team collaboration to make code development simple and easy. Learn how to setup Bitbucket private repository in cPanel instead of traditional file uploads via file manager clients.

Setup Bitbucket Repository in Cpanel

Show Related Posts on Blogger Post

Do you host a blog at blogger and want to show related posts without using a widget? This post demonstrates how to show related posts on a blogger single post page.

Related Posts on Blogger Post

Check Email Deliverability in PHP

Assume you have a list of subscribers you send news letters to every week. But what if half of the email accounts of those subscribers do not exist anymore? This post demonstrates how to check if an email address is valid in PHP before sending out emails.

Verify Email Deliverability in PHP

Create Taxonomy Term Meta in WordPress

Just like post meta data WordPress term meta is additional information stored against a taxonomy term. A single entry in a taxonomy is called term. This post demonstrates how to add term meta to custom taxonomy. We will create a term meta "zipcode" for our property-city taxonomy.

Create Taxonomy Term Meta in Wordpress

Create Custom Taxonomies in WordPress

Taxonomy is like a category for your post type. WordPress supports by default a builtin taxonomy "Category" for "Post". In this post we will register a custom taxonomy.

Create Custom Taxonomies in Wordpress

PayPal Payouts API Integration in PHP

PayPal Payouts allows you to send payments to multiple recipients at the same time. This post will demonstrate how to use PayPal Payout API to send out payments in bulk.

Paypal Payouts API Integration in PHP

PayPal Checkout with Payment Buttons in PHP

PayPal is globally used electronic payment processor. People can shop online, transfer money online and receive money online using a single PayPal account. Because of its features and global reach PayPal has become a "must be included" payment method for online shopping stores.

PayPal Checkout with Payment Buttons in PHP

Create Repeater Post Meta in WordPress

Repeater post meta is just a regular post meta with a small difference that one record can hold multiple or array values. In this post we will implement repeater post meta boxes in admin area of WordPress.

Create Repeater Post Meta Data in Wordpress

Create Custom Post Meta in WordPress

WordPress adds some basic data like title, content, excerpt etc with post type you save. When you need to store additional information with any post type you need to add post meta boxes to achieve this.

Create Custom Post Meta in Wordpress