內容簡介
這個外掛允許您包含/排除文章類型(包括自訂文章類型)和分類。它有8種不同的視覺風格和無限的顏色,幫助您製作獨特的單篇文章導航,並與您的佈景主題集成。它輕量級,僅使用CSS3,並且不使用JS進行動畫效果。
它與所有現代瀏覽器兼容,並與較舊的瀏覽器的支持也很好。
任意部分
您可以提供任意部分,格式與上面的部分相同。在非常複雜的外掛中,可能需要傳遞更多的信息,而這些信息不適合於“描述”或“安裝”的類別中。任意的部分將顯示在上面概述之下。
簡短的 Markdown 範例
有序列表:
某個功能
另一個功能
關於外掛的其他事情
無序列表:
某件事情
其他事情
第三種事情
這裡有一個連結到WordPress,還有一個Markdown的語法文件的連結。標題是可選的,當然。
Markdown使用電子郵件樣式的標識來引用區塊,我已經被告知:
星號可用於強調,雙倍星號則用於加重強調。
<?php code(); //放到反引號中?>
外掛標籤
開發者團隊
原文外掛簡介
The plugin allows you to include/exclude post types (including custom post types) and categories. It has 8 diferent visual styles
and unlimited colors to help you make unique singe post navigaiton that integrates with your theme. Its lightweight, uses only CSS3
and doesnt use JS to make the animations.
Its compatible with all moderns browsers and degrates gracefully with older browsers.
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.
