Posts in "Git"

Linux MySQL commands

Feb 12, 2026

These are the common functions to hadle MySQL database Log into mysql mysql -u root -p Import database as root user mysql -u root -p mydatabase < backup.sql Import database...

Dynamic HTML sitemap in WordPress with shortcode

Jul 18, 2025

An HTML sitemap is a simple way to display all your website’s content in one place. It helps visitors and search engines quickly navigate your site’s structure. In this tutorial,...

GST number field to WooCommerce checkout and order emails

May 23, 2025

If you’re running a WooCommerce store in India or working with B2B clients, you may need to collect GST numbers during checkout. In this tutorial, you’ll learn how to add...

Product XML feed in WooCommerce for Facebook and Google Merchant

May 15, 2025

If you’re running a WooCommerce store and want to connect your products to Facebook Catalogue or Google Merchant Center, you usually rely on a plugin. However, plugins can add bloat,...

WordPress custom YouTube feed plugin

May 10, 2025

The Custom YouTube Feed plugin allows WordPress site owners to display videos from multiple YouTube channels and individual videos in an attractive grid layout. The plugin features pagination, popup video...

Fetch data from Google Sheet and show in HTML using PHP

May 6, 2025

This documentation explains how to use the provided PHP code to fetch data from Google Sheets and display it in a custom layout using HTML/CSS. Setup Instructions Step 1: Get...