Hello Nayeem,
So I have also tried 3 variations to my original post:
1. [wpdm-archive button_style="default" items_per_page="10" cat_view="compact" order="desc" cols="2"]
2. [wpdm-archive button_style="default" link_template="arhive-page-extended" items_per_page="10" cat_view="compact" order="desc" cols="2"]
3. [wpdm-archive button_style="default" link_template="page-extended" items_per_page="10" cat_view="compact" order="desc" cols="2"]
First one, hoping that no template in the shortcode would inherit any of the following files that I have copied over in to my theme:
advanced-search-form.php
advanced-search-result.php
aps-content-cat.php
aps-content-pack.php
archive-page-extended.php
archive-page-legacy.php
archive-page-with-sidebar.php
media-shortcode.php
search-result.php
simple-search-form.php
I know some of those files wouldn’t be relevant but I was trying to see if any had controlled this output by just adding classes to the html structure in the files and seeing if that class would output on the front-end anywhere.
The other 2 variations thinking it would target the “archive-page-extended.php” file, but that didn’t work either.