| title | Installation |
|---|---|
| description | Install and activate the Aegis theme on your WordPress site |
Before installing Aegis, ensure your environment meets these requirements:
- WordPress 6.6 or higher
- PHP 7.4 or higher
- A modern web browser
After activation, confirm Aegis is running correctly:
- Visit your site's frontend — you should see the default Aegis layout.
- Navigate to Appearance → Editor to access the Site Editor.
- Check Appearance → Editor → Patterns to browse the included patterns.
Aegis includes a built-in theme updater that checks for new releases on GitHub. When an update is available:
- You'll see a notification in Appearance → Themes
- Click Update Now to install the latest version
For custom code modifications, use the official Aegis Child Theme rather than editing the parent theme directly. This ensures your customizations survive theme updates.
# Clone the child theme
git clone https://github.com/aegiswp/theme-child.git
# Upload to /wp-content/themes/aegis-child/
# Activate via Appearance → ThemesSee the Child Themes guide for detailed instructions.
| Issue | Solution |
|---|---|
| White screen after activation | Ensure PHP 7.4+ and WordPress 6.6+ are installed |
| Patterns not appearing | Clear any caching plugins and check Appearance → Editor → Patterns |
| Styles not loading | Verify the theme folder is named aegis (not aegis-main or similar) |
| Update not showing | The updater requires the repo config in functions.php — do not remove it |