Unlimited Licences are Ending

The Plugin Oven will be removing the Unlimited licence plan for all premium plugins effective November 5th, 2018. All Unlimited licences that have been purchased before the November 5th deadline will continue to receive lifetime updates and support. Any single or multi site licence may also be upgraded to unlimited before November 5th.

This is the last chance to receive lifetime updates and support.

Existing licence plans can be upgraded by logging into your-account.

Update: Unlimited Licences are now gone.

Annual Archive v1.5.1 & Archive-Pro-Matic v1.1.1

Aside

New WordPress Archive Features

The latest versions of Annual Archive and Archive-Pro-Matic have just been released and both include the following features:

Archive Type: Decade

A new decade archive type has been introduced that is useful when the archive covers a large number of years. Posts are grouped into decades, or a time span of 10 years: 1970’s, 1980’s, 1990’s and so on.

Alpha Type Sorting

According to the WordPress codex for the wp_get_archives function the type attribute will override the order attribute for alpha and postbypost archive types:

Type of archive to retrieve. Accepts ‘daily’, ‘weekly’, ‘monthly’, ‘yearly’, ‘postbypost’, or ‘alpha’. Both ‘postbypost’ and ‘alpha’ display the same archive link list as well as post titles instead of displaying dates. The difference between the two is that ‘alpha’ will order by post title and ‘postbypost’ will order by post date. Default ‘monthly’.

WordPress Codex

The latest versions of both Annual Archive and Archive-Pro-Matic include a new alpha_sort feature that allows alpha archive types to be sorted either ASCending or DESCending. The shortcode attribute to control alpha type sorting is alpha_sort.

Post-By-Post Type Sorting

The latest versions of both archive plugins include a new alpha_sort feature that allows post-by-post archive types to be sorted either ASCending or DESCending. The shortcode attribute to control post-by-post type sorting is post_sort.