page-template-1col-ex.php
4 months ago
page-template-1col-flat.php
4 months ago
page-template-compact.php
5 years ago
page-template-default-simplified.php
4 months ago
page-template-default.php
4 months ago
page-template-doc-preview.php
4 months ago
page-template-extended.php
5 years ago
page-template-metro.php
4 months ago
page-template-popup.php
4 months ago
page-template-simple.php
4 months ago
page-template-video.php
4 months ago
page-template-youtube.php
4 months ago
premium-package.php
4 months ago
page-template-default.php
52 lines
| 1 | <!-- WPDM Template: Default Template --> |
| 2 | <div class="row"> |
| 3 | <div class="col-md-12"> |
| 4 | <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div> |
| 5 | </div> |
| 6 | <div class="col-md-5"> |
| 7 | <div class="wpdm-button-area mb-3"> |
| 8 | [download_link] |
| 9 | </div> |
| 10 | <ul class="list-group ml-0 mb-2"> |
| 11 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]"> |
| 12 | [txt=Version] |
| 13 | <span class="badge">[version]</span> |
| 14 | </li> |
| 15 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]"> |
| 16 | [txt=Download] |
| 17 | <span class="badge">[download_count]</span> |
| 18 | </li> |
| 19 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]"> |
| 20 | [txt=File Size] |
| 21 | <span class="badge">[file_size]</span> |
| 22 | </li> |
| 23 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]"> |
| 24 | [txt=File Count] |
| 25 | <span class="badge">[file_count]</span> |
| 26 | </li> |
| 27 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]"> |
| 28 | [txt=Create Date] |
| 29 | <span class="badge">[create_date]</span> |
| 30 | </li> |
| 31 | <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:update_date]"> |
| 32 | [txt=Last Updated] |
| 33 | <span class="badge">[update_date]</span> |
| 34 | </li> |
| 35 | |
| 36 | </ul> |
| 37 | </div> |
| 38 | |
| 39 | <div class="col-md-7"> |
| 40 | <h1 class="mt-0">[title]</h1> |
| 41 | [description] |
| 42 | |
| 43 | <div class="wel"> |
| 44 | [tags] |
| 45 | </div> |
| 46 | |
| 47 | </div> |
| 48 | |
| 49 | </div> |
| 50 | |
| 51 | |
| 52 |