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.
Note: Do not customize these files directly within the core plugin itself as they are overwritten during the upgrade process and your customization will be lost.
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
toYour-theme/wp-iecards-pay-your-price/ecards/ecard-form-simple.php