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
5 months ago
link-template-panel.php
5 years ago
link-template-spotlight.php
5 months ago
link-template-tabcard.php
5 years ago
link-template-widget.php
5 years ago
link-template-widget.php
16 lines
| 1 | <!-- WPDM Link Template: Widget Template --> |
| 2 | |
| 3 | <div class="media well link-template-widget"> |
| 4 | <a class="mr-3 img-48" href="[page_url]"> |
| 5 | [icon] |
| 6 | </a> |
| 7 | <div class="media-body"> |
| 8 | <a href="[page_url]" style="display: block;clear: bottom;font-size: 11pt;font-weight: bold;">[title]</a> |
| 9 | <div style="font-size: 9pt;"> |
| 10 | <i class="fas fa-hdd color-green"></i> [file_size] <i class="fa fa-copy ml-3"></i> |
| 11 | [file_count] file(s) |
| 12 | </div> |
| 13 | </div> |
| 14 | </div> |
| 15 | |
| 16 |