Wiki source code of Примеры ЛК на WordPress
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="lead" %) | ||
2 | This section provides examples of Personal Accounts implemented using the Loymax plugin on WordPress | ||
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}} |