An open API service indexing awesome lists of open source software.

https://github.com/hacknug/yearly-archive-facetwp

This Wordpress plugin 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.
https://github.com/hacknug/yearly-archive-facetwp

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

This Wordpress plugin is an add-on for the FacetWP plugin ([https://facetwp.com/](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](https://img.shields.io/wordpress/plugin/v/yearly-archive-facetwp.svg?style=flat-square)](https://wordpress.org/plugins/yearly-archive-facetwp/) [![Wordpress Plugin: Tested WP Version](https://img.shields.io/wordpress/plugin/tested/yearly-archive-facetwp.svg?style=flat-square)](https://wordpress.org/plugins/yearly-archive-facetwp/)

## How it works (Youtube video)
[![Youtube Video](http://img.youtube.com/vi/3Ddbagri8d0/1.jpg)](https://www.youtube.com/watch?v=7CeLAv-ZLjA)

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