We'll create fresh WordPress site with EG-Series installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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:
With this plugin, you can:
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.
Thanks to the following people for their help
EG-Series 2.x uses now a specific taxonomy to implement series. It means
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));
?>
<div class="archive-meta"><?php
echo htmlspecialchars(term_description( '', get_query_var( 'taxonomy' ) ));
?></div>
To customize your theme templates, you have some templates tags available in the file eg-series-template-tags.inc.php