Descripción
Display your monthly archives compactly by year with individual links to each month. Replacement for wp_get_archives('type=monthly')
Instalación
- Upload
inline-archivesto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Replace
wp_get_archives('type=monthly')to:if (function_exists(‘inline_archives_get_contents’)) { inline_archives_get_contents(); } else { wp_get_archives(‘type=monthly’); }
Or add
Inline Archivewidget.
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Inline Archives” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Inline Archives” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
0.2
- Fill month even if it has no posts
0.1
- released at 2012/08/01
- initial release

