Skip to content
Epiktetos Theme1.0.0
1.0.02 min read

Quick Start

Configure the minimum settings needed for a working Epiktetos site.

Use this checklist after installing and activating the theme.

Basic setup checklist

  1. Open Appearance > Epiktetos.
  2. Run the setup wizard or configure the settings tabs manually.
  3. Set the site title and tagline.
  4. Upload or choose branding assets if needed.
  5. Assign menus to Primary Navigation and Footer Navigation.
  6. Review header, footer, reader, editorial, and SEO settings.
  7. Add posts with featured images, categories, and excerpts.
  8. Open the front end and verify the homepage, single posts, search, archives, and saved route.

Epiktetos expects normal WordPress posts and categories. The homepage hero and category showcase work best when posts have:

  • A clear title.
  • A featured image.
  • An excerpt or concise opening paragraph.
  • A category assigned.

The default homepage logic looks for editorial category slugs such as technology, philosophy, psychology, and history. These can be changed in code with the epiktetos_hero_categories filter.

Admin settings to review

AreaPurpose
GeneralSite-level defaults exposed by the Epiktetos settings system.
BrandingLogo type, logo images, site icon, Apple touch icon, default Open Graph image.
HeaderLogo width, sticky header, transparent header, default theme mode, RSS display.
FooterDescription, newsletter text, social links, RSS link, credit text.
ReaderSaved articles, reading progress, quote copy, image zoom, stats, editor picks.
EditorialCategory ordering and homepage editorial behavior.
SEOPublication metadata, Open Graph, canonicals, JSON-LD, Twitter handle.

No required external service

The inspected theme does not require a third-party API for normal front-end behavior.

Related articles