1. Home
  2. Docs
  3. WP ieCard – Pay You...
  4. Template Structure

Template Structure

Override templates via a theme

The WP ieCard – Pay Your Price is made with WordPress standard and it is developer friendly. The plugin contains some markup files within the /templates/ directory.

If you want to customize any markup related to front end, You just need to copy these files to your theme directory.

ieCard Templates Hierarchy

  • ecards/
    • ecard-form-fieldset-style.php
    • ecard-form-input-box-anim.php
    • ecard-form-simple.php
    • ecard-form-single-column.php
    • ecard-form-two-column.php

Template Override Example

To override the ecard-form-simple.php file then simply copy /wp-iecards-pay-your-price/templates/ecards/ecard-form-simple.php to Your-theme/wp-iecards-pay-your-price/ecards/ecard-form-simple.php