link-template-audio.php
5 years ago
link-template-bsthumnail.php
5 years ago
link-template-button-popup.php
5 years ago
link-template-button.php
5 years ago
link-template-calltoaction3.php
5 years ago
link-template-category-link.php
5 years ago
link-template-default-ext.php
5 years ago
link-template-default-icon.php
7 months ago
link-template-default-nl.php
3 years ago
link-template-default-old.php
5 years ago
link-template-default-wdc.php
4 years ago
link-template-default.php
5 years ago
link-template-glass.php
6 months ago
link-template-panel.php
5 years ago
link-template-spotlight.php
6 months ago
link-template-tabcard.php
5 years ago
link-template-widget.php
5 years ago
link-template-bsthumnail.php
24 lines
| 1 | <!-- WPDM Link Template: List Group --> |
| 2 | |
| 3 | <div class="list-group wpdm-lt-card" style="margin: 0 0 15px 0"> |
| 4 | <a href="[page_url]" class="d-block"> |
| 5 | <?php wpdm_thumb($ID, [500, 400], true, ['class' => 'card-img-top']) ?> |
| 6 | </a> |
| 7 | |
| 8 | <div class="list-group-item d-flex justify-content-between align-items-center"> |
| 9 | <h3 class="p-0 m-0 elipsis">[page_link]</h3> |
| 10 | </div> |
| 11 | <div class="list-group-item d-flex justify-content-between align-items-cente"> |
| 12 | File Size <span class="badge">[file_size]</span> |
| 13 | </div> |
| 14 | <div class="list-group-item d-flex justify-content-between align-items-cente"> |
| 15 | Downloads <span class="badge">[download_count]</span> |
| 16 | </div> |
| 17 | <div class="list-group-item d-flex justify-content-between align-items-center"> |
| 18 | <?php //echo self::downloadLink($ID, 0, ['btnclass' => 'btn btn-block btn-primary', 'template_type' => 'link']); ?> |
| 19 | [download_link] |
| 20 | </div> |
| 21 | </div> |
| 22 | |
| 23 | |
| 24 |