Blogger Custom Head Content & Meta Tags

Blogger is a google powered free blogging platform. Blogger loads content of head element with blogger's special include tag whereas some meta tags can be manually added. In this post we will learn how to add custom head content and meta tags to blogger theme.

Blogger Custom Head Content and Meta Tags

Bitbucket Auto Deploy with Pipelines (CI/CD)

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

User Roles & Permissions in WordPress

It is important to understand the user roles and permissions assigned to them for WordPress website with multiple contributors. This post explain the user roles and permissions in WordPress in simple way.

User Roles & Permissions in WordPress

Add Google reCAPTCHA V3 to Website

Adding reCAPTCHA acts an extra layer for HTML form submissions and protects website against most common threat known as spam bots. Learn how to integrate google reCAPTCHA V3 to website in easy steps.

Add Google reCAPTCHA V3 to Website

Show Related Posts on Blogger Post

Displaying a related posts section in blogger can increase user engagement and reduce the bounce rate. This post demonstrates how to add blogger related posts using JavaScript and blogger JSON feeds.

Related Posts on Blogger Post

Add Custom Column to Posts Table in WordPress

By default WordPress shows only core columns in posts list table like Title, Author and Date. This post will demonstrate how to add custom column to posts table in WordPress without using a plugin.

Add Custom Column in Posts List Table in Wordpress

Add Google reCAPTCHA V2 to Website

To protect websites against spam bots google provides a free reCAPTCHA service that can be integrated to a website in form of a checkbox. Learn how to add google reCAPTCHA V2 to website step by step.

Add Google reCAPTCHA V2 to Website

Simple User Registration in PHP

User registration is a feature which allows users to create their own accounts to access certain area of an application. Learn in this post how to signup users in PHP in simple and easy steps.

Simple User Registration in PHP

Add Custom Column to Taxonomies Table in Wordpress

WordPress shows default fields Name, Description, Slug and Posts count in taxonomies admin table. Learn in this post how to show custom column in WordPress taxonomies table without using a plugin.

Add Custom Column to Taxonomies Table in Wordpress