Logicanvas Docs
Build pages

Override templates in a theme

Intermediate guide · about 15 minutes · Developer / integrator.

At a glance

Audience: Developer / integrator. Difficulty: intermediate. Time: about 15 minutes.

Prerequisites

  • Child theme recommended

Steps

1. Locate plugin templates

Copy files from wp-content/plugins/canvas-auctions/templates/.

2. Place overrides

Put them in your-theme/canvas-auctions/ with the same relative path.

3. Keep escaping and i18n

Preserve escaping, text domain canvas-auctions, and do not move business rules into templates.

On this page