This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Inline Archives

Description

Display your monthly archives compactly by year with individual links to each month. Replacement for wp_get_archives('type=monthly')

Screenshots

  • Before
  • After

Installation

  1. Upload inline-archives to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Replace wp_get_archives('type=monthly') to:

    if (function_exists(‘inline_archives_get_contents’)) {
    inline_archives_get_contents();
    } else {
    wp_get_archives(‘type=monthly’);
    }

  4. Or add Inline Archive widget.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Inline Archives” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Inline Archives” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.2

  • Fill month even if it has no posts

0.1

  • released at 2012/08/01
  • initial release