Popis
Expanding Archives adds a widget that shows your old posts in an expandable/collapsible format. Each post is categorized under its year and month, so you can expand all the posts in a given month and year.
This plugin comes with very minimal CSS styling so you can easily customize it to match your design.
Expanding Archives uses Font Awesome icons in a few places, so having that installed is recommended. However, the widget still functions perfectly fine without them.
JavaScript is required.
Snímky obrazovky
Instalace
- Upload
expanding-archives
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Go to Appearance -> Widgets and drag the Expanding Archives widget into your sidebar.
Nejčastější dotazy
- How can I change the appearance of the widget?
-
The plugin does not come with a settings panel so you have to do this with your own custom CSS. Here are a few examples:
Change the year background colour:
.expanding-archives-title { background: #000000; }
Change the year font colour:
.expanding-archives-title a { color: #ffffff; }
Recenze
Autoři
Expanding Archives je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Expanding Archives“ byl přeložen do 2 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Expanding Archives” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.1.1
- Added filters that allow developers to easily modify the archive list.
1.1.0
- Added a new option in the widget where you can choose to auto expand the current month or not.
1.0.5
- Use transient for database query that fetches all the months.
1.0.4
- Added
xhrFields: { withCredentials: true }
to ajax call.
1.0.3
- Changed the month URLs to use get_month_link() instead of building them manually.
- Tested the plugin with WordPress 4.4 beta.
1.0.2
- Tested with WordPress version 4.3.
1.0.1
- Month names are now displayed using date_i18n() instead of date() so they will translate.
1.0.0
- Initial release.