FAQ
Frequently asked technical questions about Epiktetos.
Is Epiktetos a block theme?
Yes. It includes theme.json, block templates, and template parts. Many visual sections are rendered through theme shortcodes inside those templates.
Does the theme include custom blocks?
No custom block registration was found in the inspected version.
Does the theme include block patterns?
No patterns/ directory or register_block_pattern() calls were found in version 1.0.0.
Does Epiktetos use the WordPress Customizer?
No Customizer registration was found. Use the Site Editor, standard WordPress menus, and Appearance > Epiktetos settings.
Which menu locations are available?
The theme registers primary and footer.
Does the theme register sidebars?
No registered sidebars were found.
Are Google Fonts loaded?
The readme describes self-hosted Libre Baskerville and Inter fonts. No Google Fonts dependency is required by the documented theme setup.
Is the theme translation-ready?
The theme declares and loads the epiktetos text domain. The inspected package did not include .pot, .po, or .mo files.
What is the saved route?
The reader feature registers a saved-articles route and uses templates/saved.php for output. Refresh permalinks if the route does not load.
Where should customizations live?
Use a child theme or small site plugin for custom filters and site-specific behavior. Avoid editing the parent theme directly if you need update-friendly changes.