內容簡介
WordPress 可以提供許多分類方式:類別、標籤、日期等,所有這些方法都很有效,並且能夠滿足大部分的需求。但它們都適用於所有文章,不能區分或突出顯示某些特定的文章。
有時,將項目分組到文件夾或系列中會很有幫助,以便宣傳這些文章,或者因為它們屬於邏輯序列,例如包含教程的多個階段。
EG-Series 外掛程式提供了一組易於操作和管理文章系列的功能。此外掛程式允許您將文章包含到系列中,建立、刪除或重命名系列。它還包括了小工具和簡碼以顯示系列列表,或者顯示當前文章所屬的系列文章列表。
EG-Series 只使用 WordPress 的標準工具,並且不會在 WordPress 中創建附加表或對象。第二版外掛程式使用分類方式。其主要優點為:
此外掛程式設計的目的是在盡可能降低手動操作和錯誤數量的基礎上提供全方位的定制選項,
EG-Series 是完全可定制的:使用者可以選擇簡碼標籤的標籤,以及用於系列鏈接的縮略字,
它可以非常快速地安裝和配置。它還允許修改大量文章而無需對其進行編輯。
藉著此外掛程式,您可以:
將文章添加到系列中或從系列中刪除文章,
建立 / 重命名 / 刪除系列,
在文章中顯示系列列表,或者使用小工具在側邊欄中顯示此列表,
使用另一個簡碼或小工具顯示文章列表,
自動插入特定系列文章的文章列表,而不使用簡碼。
EG-Series是TinyMCE集成化的。這意味著您無需學習簡碼語法。該外掛程式將在tinymce工具條中添加一個按鈕。您只需單擊此按鈕,選擇參數/選項,然後單擊插入即可。這樣一來,簡碼將被插入到您的文章中並設置正確的參數。
貢獻
感謝以下人員的幫助
梭德里克(Cédric)
揚·法布里(Jan Fabry)
自定義您的佈景主題
EG-Series 2.x 現在使用特定的分類方式來實現系列。這意味著
到系列的鏈接可以是 http://host/path/[slug]/[Name of the serie]
您可以在佈景主題中建立/自定義一個特定的頁面,以顯示到序列的內容。
在路徑 .../wp-content/plugins/eg-series/themes 中,您可以找到可用於 Twenty Ten、…等主題的某些自定義選項。
要自定義這些主題,只需將 taxonomy-series.php 文件複製到佈景主題路徑 .../wp-content/themes/[Name of the theme]。
您也可以通過修改 index.php 或 archive.php 檔案來自定義主題。例如:
name));
?>
<div class="archive-meta"><?php
echo htmlspecialchars(term_description( '', get_query_var( 'taxonomy' ) ));
?></div>
要自定義您的佈景主題模板,可以使用一些模板標籤,這些標籤位於文件 eg-series-template-tags.inc.php 中。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
WordPress gives us a lot of ways of classification: categories, tags, date … All of these methods are efficient, and cover most of our needs. But they are applied to all posts, and don’t allow differenciating or highlighting some specific posts.
Sometime, it may be helpful to group items into folders or into series, in order to promote these posts, or simply because they belong to a logical sequence, such as tutorials with several stages.
The EG-Series plugin gives a set of easy and ergonomic functions to manage series of posts. This plugin allows to include posts into series, to create, delete or rename series. It also includes widgets and shortcodes to display list of series, or the list of posts belonging to the series of the current post.
EG-Series use only standard tools of WordPress, and doesn’t create additional tables or objects in WordPress. The version 2 of the plugin uses the taxonomies. The main advantages are:
The plugin was created in order to reduce as possible, manual operations, and reduce the number of errors,
EG-Series is fully customizable: users can choose the label of shortcodes, and slug used for series’ link,
It can be installed and configured very quickly. It also allows to modify a lot of posts without editing them.
With this plugin, you can:
Add / Delete a post from a serie,
Create / Rename / Delete series,
Display the list of series in a post, or display this list in sidebar, with widgets for exemple,
Display list of posts, using an another shortcode, or an another widget,
Automatically insert the list of posts of a specific serie, without using shortcode.
EG-Series is TinyMCE Integrated. That means you don’t need to learn the shortcode syntax. The plugin adds a button in the tinymce toolbar. You just have to click on this button, choose parameters/options, and click insert. That’s all, the shortcode will be insert into your post with the right parameters.
Contributions
Thanks to the following people for their help
Cédric
Jan Fabry
Customize your theme
EG-Series 2.x uses now a specific taxonomy to implement series. It means
The link to series can be: http://host/path/[slug]/[Name of the serie]
You can build / customize a specific page in your theme to display the content of a serie.
In the path .../wp-content/plugins/eg-series/themes, you will find some available customization for themes Twenty Ten, …
To customize these themes, just copy the file taxonomy-series.php into the path of your theme .../wp-content/themes/[Name of the theme].
You can also customize your theme, by modifying the index.php or archive.php file. For example:
name));
?>
To customize your theme templates, you have some templates tags available in the file eg-series-template-tags.inc.php
