Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Yearly Archive FacetWP

Beschrijving

This is a free add-on for the FacetWP plugin (https://facetwp.com/). It adds a new facet type called “Yearly Archive” which can display a list of years with an associated counter of published posts.

Schermafbeeldingen

  • An example of how you can filter your posts by year, having a counter for the relative amount of published posts.

Installatie

  1. Download and extract the plugin;
  2. Upload the yearly-archive-facetwp folder to the /wp-content/plugins/ directory;
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Counter is bigger than displayed posts

This is because your FacetWP plugin is indexing both posts, pages or some other Custom Post Type. You should use the “facetwp_query_args” WordPress filter to make it index only the post types you prefer.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Yearly Archive FacetWP” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Yearly Archive FacetWP” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.1.2

  • Added compatibility support for WordPress 5.2

2.1.1

  • Added compatibility support for WordPress 5.1.0

2.1.0

  • Added support for the hooks library on FacetWP versions < 3.2.11

2.0.1

  • Fix notices when trying to access undefined array keys
  • Fix broken facet settings
  • Added default class to allow for custom styling

2.0.0

  • Updated hooks library reference to FWP.hooks as per new changes in WP 5.0 release.
  • Fixed wrong array ‘count’ key reference when debug mode is enabled.
  • Minor fixes.

1.0.2

  • Fixed wrong filter registration.

1.0.0

  • Initial commit