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.
- Host: GitHub
- URL: https://github.com/hacknug/yearly-archive-facetwp
- Owner: hacknug
- License: gpl-3.0
- Created: 2019-01-16T11:10:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T13:53:41.000Z (almost 7 years ago)
- Last Synced: 2025-08-30T12:33:41.022Z (2 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/yearly-archive-facetwp
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://wordpress.org/plugins/yearly-archive-facetwp/) [](https://wordpress.org/plugins/yearly-archive-facetwp/)
## How it works (Youtube video)
[](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.