Documentation

How to Customize EDD Dashboard Templates

Learn how to override and move EDD Dashboard templates to your WordPress theme.

Setting Up the Theme Location

Follow these steps to safely move and customize EDD Dashboard templates within your theme:

Create a folder named edd_dashboard inside your active theme folder.

functions.php
readme.txt
screenshot.png
style.css

In this example, we're using the Hello Elementor child theme.

Navigate to the EDD Dashboard plugin folder and locate the templates folder.

Copy any template files you wish to customize from the plugin's templates folder into your newly created edd_dashboard theme folder.

Now you can freely edit the copied template files in your theme's edd_dashboard folder. Your changes will be reflected automatically.

Note

Please use a child theme whenever possible to avoid a theme update from deleting your custom template files.

Template Structure Example

Your customized folder structure should look like this:

single-product.php
template-auth.php
template-checkout.php
template-general-member.php
template-general.php
template-home.php
template-member.php
template-notfound.php
template-product.php
functions.php
readme.txt
screenshot.png
style.css

Customize your EDD Dashboard templates confidently and safely using this structure.

Last updated on

On this page