Wiki source code of Примеры ЛК на WordPress
Hide last authors
author | version | line-number | content |
---|---|---|---|
|
16.1 | 1 | (% class="lead" %) |
![]() |
24.1 | 2 | This section provides examples of Personal Accounts implemented using the Loymax plugin on WordPress |
|
14.1 | 3 | |
4 | |||
5 | {{velocity}} | ||
6 | #set ($attachments = $doc.attachmentList) | ||
7 | #if ($attachments.size() > 0) | ||
8 | {{gallery}} | ||
9 | #foreach($attachment in $attachments) | ||
10 | #if($attachment.isImage()) | ||
11 | [[image:$attachment.filename]] | ||
12 | #end | ||
13 | #end | ||
14 | {{/gallery}} | ||
15 | #end | ||
16 | {{/velocity}} |