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

Custom YouTube feed plugin for WordPress

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

Disable comment system completely in WordPress

May 2, 2025

Here’s a comprehensive function to completely disable the WordPress comment system. Add this code to your theme’s functions.php file or in a custom plugin. **The function will:** - Remove comment...

Block HTtrack or any other web scrapper

Apr 22, 2025

There are several web scrappers tools are available by which your website can be downloaded as static files. To block these webscrappers, just create a .htaccess file inside your website...

Change default sender name and sender email in WordPress form

Apr 8, 2025

When you get any email from your self hosted WordPress website, form name of that email will be **WordPress** which is quite annoying to you or your clients. You can overwrite...