WP Manifestindependent plugin directory
manifest / content / azur-archives

Azur Archives

Wordpress plugin for fancy archive by shortcode

by Marco Krage · github.com/sinky/azur-archives · website

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.zip

Wordpress Plugin Archive per Shortcode

Usage

On any Page use:

[azur-archives]
.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;
  }
}