Azur Archives
Wordpress plugin for fancy archive by shortcode
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sinky/azur-archives/archive/refs/heads/master.zipWordpress Plugin Archive per Shortcode
Usage
On any Page use:
[azur-archives]
Recommended CSS
.azur-archive ul {
padding: 0;
margin-left: 0;
}
.azur-archive ul li {
margin-left: 0;
list-style: none;
}
.azur-archive ul li + li {
margin-top: 1em;
}
.azur-archive ul time {
color: #777;
display: block;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
}
/* --- tablets in portrait mode --- */
@media screen and (min-width: 768px) {
.azur-archive ul li + li {
margin-top: 0;
}
.azur-archive ul time {
float:right;
margin-left: 1em;
}
}