PHP Wordpress1 Min Read CodexonSeptember 15, 2025 Gemini chatbot : create for WordPress Plugin Let’s create Gemini chatbot into WordPress so you can use it anywhere on your site via a shortcode (e.g., [gemini_chatbot]). Step 1: Create a…
Javascript PHP1 Min Read CodexonSeptember 14, 2025 full interactive chatbot using PHP (backend) + HTML/CSS + JavaScript (frontend) with the Gemini API. Step 1: Backend (chatbot.php) This PHP script will receive the user’s message via AJAX, call Gemini API, and return the response. Step 2:…
UI6 Min Read CodexonSeptember 12, 2025 Best Color Layouts and Themes for Student Portal UI / LMS UI [UI Color & Style Guidelines] Light Theme: Use a pale neutral background (white or very light grey) for the main interface to keep the look clean and calm. Accent colors…
PHP Wordpress2 Min Read CodexonSeptember 11, 2025 How to Enable WebP Support in WordPress Media Uploads WebP is a modern image format that provides smaller file sizes and faster loading compared to JPEG and PNG. Since WordPress 5.8, WebP is…
PHP2 Min Read CodexonSeptember 10, 2025 FPDF : Table with MultiCells The goal of this script is to show how to build a table from MultiCells. As MultiCells go to the next line after being output, the base idea…
Wordpress2 Min Read CodexonSeptember 9, 2025 How to Generate PDF with Full-Width Rows in WordPress Using FPDF Introduction Do you want to create custom PDF files directly from your WordPress site? Whether it’s for reports, invoices, or downloadable…
Wordpress2 Min Read CodexonSeptember 8, 2025 PDF in WordPress using FPDF : Custom PDF Generator Option 1: Install FPDF via Composer (Recommended) Check if your WordPress hosting allows Composer.SSH into your server and go to your WP root…
PHP Wordpress1 Min Read CodexonSeptember 1, 2025 Create a chatbot in PHP using the Gemini API (from Google AI) Requirements PHP 7.4+ cURL enabled in PHP Gemini API Key (from Google AI Studio: https://makersuite.google.com/app) Step 1: Setup Your PHP…