
內容簡介
<html>
<body>
<h3>外掛總結:</h3>
<ul>
<li>使用這個比較表格外掛,訪客可以輕鬆比較服務、產品或其他內容。</li>
</ul>
<h3>問題與答案:</h3>
<ol>
<li>使用這個外掛,訪客可以輕鬆比較什麼?</li>
<p>訪客可以輕鬆比較服務、產品或其他內容。</p>
<li>可以在儀表板中創建多少個表格?</li>
<p>您可以創建任意多個表格。</p>
<li>每個表格有哪些組成部分?</li>
<p>每個表格包括主題(被比較的實體)和字段(可以進行比較的屬性)。</p>
<li>短碼[compare-table]會顯示哪個表格?</li>
<p>它會顯示第一個表格。</p>
<li>如何顯示特定的不是第一個的表格?</li>
<p>您可以提供表格的ID(在查詢字串中的type_id)或標題來指定顯示特定的表格。</p>
</ol>
</body>
</html>
外掛標籤
開發者團隊
原文外掛簡介
Your visitors can easily compare services, products or anything else with the tables you create with this compare-table plugin.
In your dashboard create as many tables as you want. Each table has subjects (the entities that are being compared) and fields (the properties the entities can be compared on).
You can order the subjects and fields in any way you want. You can also add a description to each field, which will be shown when a visitor hovers over the field name.
Set the initial view of each table (how many columns, which subjects) which the visitor can change with select lists.
Everything is nicely formatted by default, albeit a bit bland. You can easily override the css with your own, should you want to.
The table works fine with touch devices as well. On mobile devices the width is automatically restricted to two columns.
Show a compare-table anywhere by using the shortcode [compare-table] (which will show the first table).
To show a specific table that is not the first one, you can provide its id (the type_id in the querystring) or title, like so:
– [compare-table type=1] the id must be the type_id in the querystring when you edit this table
– [compare-table type="my table"] this must be the exact title you gave your table
Note: providing the id is slightly faster.
The plugin adds 4 tables to your database. For each compare-table there are two highly optimized queries executed.
Enjoy the plugin! Let me know if you have any questions.
