Skip to content
Epiktetos Theme1.0.0
1.0.01 min read

Customizer Options

Understand where Epiktetos stores theme settings and what is not implemented in the Customizer.

The inspected theme does not register Customizer controls with customize_register.

Configuration is handled through:

  • WordPress Site Editor and theme.json.
  • Standard WordPress menus.
  • Appearance > Epiktetos settings screens.
  • The setup wizard shown after activation.

Theme settings areas

Settings areaExamples
BrandingLogo type, logo images, logo width, site icon, Apple touch icon, default Open Graph image.
HeaderSticky header, transparent header, default theme mode, RSS display, RSS URL.
FooterDescription, newsletter copy, social URLs, RSS display, credit text.
ReaderReading history, read later, completion, quote copy, image zoom, streak, stats, editor picks.
SEOPublication name, description, default image, Twitter handle, JSON-LD, Open Graph, canonicals.

Customizer status

If a page or review checklist refers to the WordPress Customizer, treat Epiktetos as an admin-settings and Site Editor theme, not a Customizer-first theme.

Default theme mode

The header settings include a default theme mode value. The front-end header scripts and CSS then manage the visible light/dark behavior.

Related articles