CTC DUAL-BRAND TITLE FIX v4 ============================ Date: 2026-08-02 Version: v4 Purpose: Every page must show BOTH brands: original "CityTrade Classifieds" first, pet name "CTC Classifieds" second. Also strip hardcoded brand strings from page titles so nothing repeats. WHAT CHANGED ------------ 1. config.php + LF_config.php (get_seo_meta()) Title suffix changed from " | CTC Classifieds" to " | CityTrade Classifieds | CTC Classifieds". The suffix is UNTRUNCATED: the page-specific title is trimmed to fit, so both brand names always survive (max title 78 chars). 2. Page titles stripped of their hardcoded brand so they don't duplicate: page.php, pricing.php, recharge.php, checkout.php, checkout_gateway.php, wallet.php, support_chat.php, support_new.php, wishlist.php, 404.php, support.php, chats.php FILES (14, site-root layout - extract inside the site root) ----------------------------------------------------------- 404.php chats.php checkout.php checkout_gateway.php config.php LF_config.php page.php pricing.php recharge.php support.php support_chat.php support_new.php wallet.php wishlist.php IMPORTANT - STAGING VS PRODUCTION --------------------------------- config.php and LF_config.php are ENVIRONMENT-SPECIFIC (staging DB credentials are hardcoded). DO NOT extract this zip into production! Use this zip ONLY for public_html/staging/. For PRODUCTION use the separate v4-prod zip (12 page files) plus apply the get_seo_meta() edit to production's config.php manually (see production-instructions.txt in the v4-prod folder). RESULT AFTER DEPLOY (example) ----------------------------- Homepage: Buy, Sell & Trade Locally | CityTrade Classifieds | CTC Classifieds Item page: iPhone 13 - Buy & Sell Locally | CityTrade Classifieds | CTC Classifieds Legal page: Terms of Service | CityTrade Classifieds | CTC Classifieds