WordPress Setup

Everything your client needs to manage content from WordPress.

The Overedge panel in wp-admin

After installing the plugin, find Overedge in your WordPress sidebar. From there your client can:

  • See connection status
  • Copy the CDN script
  • View the connected React frontend URL

What your client manages

From WordPress wp-admin your client controls:

Posts & Blog

  • Write and publish blog posts
  • Add featured images
  • Schedule publishing
  • Manage categories and tags

Pages

  • Edit About, Contact, Services pages
  • Add new pages (appear at yoursite.com/slug)
  • Full Gutenberg editor

Custom Content Types

  • Courses, Events, Team Members
  • FAQs, Testimonials, Products
  • Any custom type you register

Media

  • Upload images and files
  • Manage media library

Adding your secret key

  1. Sign up at overedge.dev
  2. Copy your Secret Key
  3. WordPress admin → Overedge
  4. Paste key → Save

Page slugs

WordPress generates slugs from page titles:

  • "About Us" → slug: about-us
  • "Contact" → slug: contact
  • "Our Services" → slug: our-services

Use these slugs in your React components to display specific page content.