內容簡介
此外掛創建一個評論檔案庫,通過使用簡碼,您可以將其放在任何地方呈現。
評論按日期排列,並有連結到評論文章的連結 - 以便可以在其內容中查看。
- 此外掛通過呈現評論中的高質量內容,可以提高您的SEO。
- 此外掛可以幫助您的訪客獲得安排有序、易於訪問的有價值評論。
- 此外掛使用"canonical"標籤來防止重複內容問題。
簡短的Markdown示例
有序列表:
更多選項的管理面板,以實現更好的靈活性。
翻譯PO&MO文件。
這裡有一個連結到WordPress和一個連結到Markdown的Syntax文檔。
標題是可選的,當然。
Markdown使用電子郵件樣式的符號來引用區塊文本,有如下提示:
星號用於強調,兩個星號可表示更強烈的強調。
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
This plugin creates a comments archive, presented any ware you choose by using a shortcode.
The comments are presented by date and there is a link to the comment post – so it can be viewed in its context.
-this plugin will improve your SEO by presenting good quality content from the comments.
-this plugin will help your user’s receive valuable information from the comments, arranged and accessible.
-the plugin uses the “canonical” tag to prevent duplicate content problems.
A brief Markdown Example
Ordered list:
more options to the admin panel for better flexibility
translation PO&MO files
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.
