
內容簡介
Service Box 外掛是一個簡單、響應式且輕量級的外掛程式,可用於創建響應式的服務框。
在你的頁面中加入短碼 [service-box]
自定義部分
你可以提供與上述部分相同格式的自定義部分。這對於極其複雜的外掛程式可能非常有用,因為需要傳達的信息並不適合於“描述”或“安裝”類別。自定義部分將顯示在上述內置部分下面。
簡要的 Markdown 範例
有序列表:
某些功能
另一個功能
關於該外掛程式的其他內容
無序列表:
某些內容
其他內容
第三項內容
這裡有一個到 WordPress 的連結,還有一個到Markdown 語法文件的連結。標題是可選的,當然。
Markdown 使用電子郵件樣式符號表示引用文字。我被告知:
星號用於強調。加倍會變成加強。
<?php 代碼(); // 寫在重音符號中 ?>
外掛標籤
開發者團隊
原文外掛簡介
Service Box is simple, responsive, lightweight plugin for creating responsive service box.
add shortcode in your page [service-box]
Arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.
A brief Markdown Example
Ordered list:
Some feature
Another feature
Something else about the plugin
Unordered list:
something
something else
third thing
Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.
Markdown uses email style notation for blockquotes and I’ve been told:
Asterisks for emphasis. Double it up for strong.
