Hi,
I released version 2.6 of Entries List plugin.
In this release:
1) added optional parameter “count_start_on”. It is for use together with “sort_separately” parameter. In case the latter has the value “weblogs”, it allows you to specify which weblog counting should start from. In case sort_separately” has the value “categories”, it allows you to specify which category counting should start from. You can use pipe character to stack several weblog short names or several category id numbers, e.g. if count_start_on=“weblog3|weblog6|weblog10” then counting of weblogs will
start when the plugin will output entry posted into any of those weblogs.
2) added optional parameter “count_stop_before”. It is for use together with “sort_separately” parameter. In case the latter has the value “weblogs”, it allows you to specify which weblog counting should stop before. In case sort_separately” has the value “categories”, it allows you to specify which category counting should stop before. You can use pipe character to stack several weblog short names or several category id numbers, e.g. if count_start_on=“16|88|111” then counting of categories will stop before
the plugin will output entry posted into any of those categories.
3) added variable {entries_list_weblog_count}. It outputs count number (1, 2, 3 etc.) of the weblog whose entry is being displayed. Weblogs are counted when parameter “sort_separately” has the value “weblogs”. Only non-empty weblogs are counted.
4) added variable {entries_list_category_count}. It outputs count number (1, 2, 3 etc.) of the category whose entry is being displayed. Categories are counted when parameter
“sort_separately” has the value “categories”. Only non-empty categories are counted.
5) added variable {next_entry_weblog_count}. It outputs count number (1, 2, 3 etc.) of the weblog into which next entry is posted. Weblogs are counted when parameter
“sort_separately” has the value “weblogs”.
6) added variable {next_entry_category_count}. It outputs count number (1, 2, 3 etc.) of the category into which next entry is posted. Categories are counted when parameter
“sort_separately” has the value “categories”.
7) added variable {previous_entry_weblog_count}. It outputs count number (1, 2, 3 etc.) of the weblog into which previous entry is posted. Weblogs are counted when parameter
“sort_separately” has the value “weblogs”. Only non-empty weblogs are counted.
8) added variable {previous_entry_category_count}. It outputs count number (1, 2, 3 etc.) of the category into which previous entry is posted. Categories are counted when parameter “sort_separately” has the value “categories”. Only non-empty categories are counted.
9) added variable {entries_list_weblog_count_total}. It outputs total number of weblogs counted. Weblogs are counted when parameter “sort_separately” has the value “weblogs”.
Only non-empty weblogs are counted.
10) added variable {entries_list_category_count_total}. It outputs total number of categories counted. Categories are counted when parameter “sort_separately” has the value “categories”. Only non-empty categories are counted.
11) added variable {entries_list_sort_separately_iteration}. It outputs iteration number (1, 2, 3 etc.) of the weblog or category being processed. Iteration number is assigned to weblogs when parameter “sort_separately” has the value “weblogs”. Iteration number is assigned to categories when parameter “sort_separately” has the value “categories”. Iteration number is assigned both to empty and non-empty weblogs and categories.