內容簡介
計算搜尋引擎爬蟲造訪您的部落格次數,並顯示最後一次造訪的時間於管理選單。目前支援 Googlebot、Baiduspider 及 Msnbot,但您可以在管理選單中自行新增。
任意章節
您可以提供任意章節,格式與上述相同。在需要傳達更多資訊的極度複雜的外掛程式中,可能會派上用場,它們不適用於“描述”或“安裝”的類別。任意章節將顯示在上述內置章節以下。
簡易 Markdown 範例
有序列表:
某些功能
另一項功能
有關該外掛的其他內容
無序列表:
某物
另一件事
第三個東西
這裡有一個連結到 WordPress,以及一個指向Markdown 語法文件的連結。
標題是可選的。
Markdown 使用電子郵件樣式註釋引用,並且我已被告知:
使用星號來強調。加倍,變成粗體。
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
Count how many times search engine crawls comes to your blog, and the last time it comes. Display in the admin menu. Now we support googlebot, baiduspider and msnbot, but you can add more by yourself in the admin menu.
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.
