How can I make use template in [wpdm_archive_flat orderby=”title” order=”ASC” template=”link-template-default”]
I have edited the code in src\Templates\Flat\views\flat.php and can’t insert custom field, It shows the wrong result.
Version: [acf_DocumentDetail_version] Effective Date: [acf_DocumentDetail_effectivedate] Classification: [acf_DocumentDetail_classification]
When I have edited by putting code <?php echo wpdm_acf([ID],’DocumentDetail/version’); ?> in src\Templates\Flat\views\flat.php , the page gives error.
I want to display custom field in TAG [wpdm_archive_flat], is there any way to do this?