Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.04 KB

File metadata and controls

12 lines (7 loc) · 1.04 KB

This Wordpress plugin is an 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.

Wordpress Plugin Version Wordpress Plugin: Tested WP Version

How it works (Youtube video)

Youtube Video

Frequently Asked Questions

The counter marks a larger number than the number of posts actually published.

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.