內容簡介
建立一個或多個短碼,例如:
[largest_jackpots_feed limit=”5″ offset=”0″ wraptag=”ol”]
目前此短碼支援以下屬性:
limit
offset
wraptag
請注意以下事項:
「limit」和「offset」屬性為整數,「wraptag」為字串。
「limit」的最小值為1,最大值為10。
「offset」的最小值為0,最大值為9。
「wraptag」可為「ol」(有序清單)或「ul」(無序清單)。
每個彩池的HTML標籤都包含在「li」標籤中。
短碼所建立的HTML不包含任何CSS。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Create one or more shortcodes like:
[largest_jackpots_feed limit=”5″ offset=”0″ wraptag=”ol”]
The shortcode can have currently the following attributes:
limit
offset
wraptag
Please note that:
Attributes “limit” and “offset” are integers, and “wraptag” is a string.
The smallest value for “limit” is 1, and largest is 10.
For “offset” the smallest value is 0, and largest is 9.
“wraptag” can either be “ol” (ordered list), or “ul” (unordered list).
Each jackpot is wrapped in a “li” tag.
The HTML created by a shortcode does not contain any CSS.
