Setup Bitbucket Repository in cPanel

Bitbucket is a git based code hosting cloud built for team collaboration to make code development and deployment simple and easy. Learn how to setup Bitbucket private repository in cPanel instead traditional file uploads via file manager clients.

Setup Bitbucket Repository in Cpanel

Add Custom Column to Posts List Table in WordPress

Do you have custom post meta or taxonomy attached to your custom posts type or default WordPress post type "post" and want to show some data in additional column of posts list table? Then this posts is for you to learn How to show custom column in WordPress posts list table.

Add Custom Column in Posts List Table in Wordpress

Show Related Posts on Blogger Post

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

Related Posts on Blogger Post

Verify Email Deliverability in PHP

Assume you have a list of subscribers you send news letters to every week. But what if half of the subscribers have changed their email accounts. In this post I am going to demonstrate how to verify if an email is fake or real.

Verify Email Deliverability in PHP

Create Taxonomy Term Meta in WordPress

Just like post meta data term meta is additional information stored against a taxonomy terms. A single entry in a custom taxonomy is called term. This post demonstrates how can you add term meta to your custom taxonomy. We will create a term meta "size" for our property_type taxonomy.

Create Taxonomy Term Meta in Wordpress

Create Custom Taxonomies in WordPress

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

Create Custom Taxonomies in Wordpress

PayPal Payouts API Integration in PHP

In previous post we demonstrated how to implement PayPal checkout experience using smart payment buttons. PayPal Payouts allows you to send payments to multiple recipients at the same time.

Paypal Payouts API Integration in PHP

PayPal Checkout with Smart Payment Buttons

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 Smart Payment Buttons

Create Repeater Post Meta in WordPress

In previous post we learnt what is a post meta data. Today we are going to see what is a repeater post meta data. In other words it is post meta with array values.

Create Repeater Post Meta Data in Wordpress

Create Custom Post Meta in WordPress

In previous post we learnt how can we register a custom post type in WordPress. WordPress adds some basic data like title, editor, excerpt, comments and author etc with post type you are registering. But what if you want to store some additional information with custom post type?

Create Custom Post Meta in Wordpress