HealthEngine
Online booking
PRINT WP POST
Add this to print WP posts. It's very basic but it works beautifully.
Untitled Snippet
function getChatContent() { const chat = document.querySelector('.mwai-chatbot .mwai-messages') || document.querySelector('.mwai-chatbot'); return chat ? chat.innerHTML : '';…
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
To create the map and mapper as written by kodee
document.addEventListener('DOMContentLoaded', function () { const map = L.map('treasure-map').setView([51.5033, -0.1196], 12); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors'…
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
Multiple Event Tracking with an HTML Link
Example of how to use Multiple Event Tracking with an HTML link.
All about earning
Got new job for sharing
Change Month Calendar to show only items in the month | Display Eventbrite Plugins
This filter add an option to the month cal layout to only show events in the…
Add dynamic copyright year (center) to footer
This shortcode will automatically add "Copyright © 2024" (or the current year) to the bottom of…
How to Add Diwali Celebration Animation in WordPress Website
Add Diwali celebration animation in WordPress website
Read More/Less Toggle with Fade Effect
Original code: Imran Siddiq, (Web Squadron on YouTube) Modified to add fade effect. Description: This code…
Admin Menu Editor plugin - Open Custom URL in New Tab
This code Snippet was initially created to be used with the Admin Menu Editor plugin (https://wordpress.org/plugins/admin-menu-editor/),…