Eventera

Child Theme

Use a child theme to keep customizations safe during updates.

WordPress child themes let you apply custom code changes while keeping your changes safe when the parent theme updates.

Support policy: child themes are often used to customize core code. Customizations of this nature can fall outside support scope, and issues caused by custom edits may not be covered.

What is a child theme?

A child theme inherits functionality and styling from a parent theme (Eventera). It’s the recommended way to modify an existing theme because custom code changes won’t be lost after updating the parent theme.

Downloading and installing Eventera child theme

The Eventera child theme is included when you download the full package from ThemeForest.

  1. Log in to ThemeForest and open the Downloads tab
  2. Download Eventera using All Files & Documentation
  3. Extract the zip to get a folder like Eventera_Full_Package
  4. Go to Eventera_Full_Package > Eventera Theme and locate eventera.zip and eventera-child.zip
  5. Install eventera.zip first (parent theme), then install eventera-child.zip (child theme) using the same upload/FTP method

Methods of modifying a child theme

Method 1: Copying files from parent theme

Copying template files from the parent theme into the child theme is common and straightforward.

  • Only copy what you need (template files are preferred)
  • To override templates, copy the TEMPLATES/ directory from the parent theme to the child theme and edit the required files

Method 2: Actions and filters

The safest way to modify theme behavior is using actions and filters (built-in Eventera hooks and standard WordPress hooks).

Useful documentation

Copyright © 2026