PHPackages                             ssnepenthe/terms-archive - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ssnepenthe/terms-archive

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

ssnepenthe/terms-archive
========================

A WordPress plugin for creating frontend terms archives.

0.2.0(9y ago)3301[7 issues](https://github.com/ssnepenthe/terms-archive/issues)GPL-2.0PHPPHP &gt;=5.6

Since Feb 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ssnepenthe/terms-archive)[ Packagist](https://packagist.org/packages/ssnepenthe/terms-archive)[ Docs](https://github.com/ssnepenthe/terms-archive)[ RSS](/packages/ssnepenthe-terms-archive/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

terms-archive
=============

[](#terms-archive)

This plugins creates archive pages for terms in public taxonomies.

Requirements
------------

[](#requirements)

WordPress 4.7 or later, PHP 5.4 or later and Composer.

Installation
------------

[](#installation)

```
$ composer require ssnepenthe/terms-archive

```

OR

```
$ cd /path/to/project/wp-content/plugins
$ git clone git@github.com:ssnepenthe/terms-archive.git
$ cd terms-archive
$ composer install

```

Usage
-----

[](#usage)

To start, you need to add theme support for any taxonomy you wish to add an archive page for. Any of the following are valid ways to do so:

```
add_theme_support( 'ta-terms-archive' ); // Adds support for all public taxonomies.
add_theme_support( 'ta-terms-archive', 'category' ); // Adds support for the category taxonomy.
add_theme_support( 'ta-terms-archive', [ 'category', 'post_tag' ] ); // Adds support for categories and tags.

```

Additionally, you need to create at least one of the following template files:

- ta-terms-archive-{$taxonomy}.php
- ta-terms-archive.php

Where $taxonomy is the string given as the first param to `register_taxonomy()`.

A number of functions are available to aid in theme development and can be found in `inc/functions.php`. They should feel very familiar if you have any experience developing WordPress themes.

Check `examples/tf-child/` for an example implementation in the form of a `twentyfifteen` child theme.

Once you have completed the above and activated the plugin, you will be able to view lists of all terms which have associated posts and are in a public taxonomy from the frontend.

You can find these archive pages at `{home url}/{wp rewrite front}/{tax rewrite slug}`.

For example, if your site lives at `https://example.com` and your permalink structure is set to `/blog/%postname%/`, you will be able to access categories at `https://example.com/blog/category/`.

If you want to disable archive pages for specific taxonomies, you can do so by visiting `Settings > Terms Archive` and selecting the taxonomies you wish to disable.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~62 days

Total

2

Last Release

3360d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10903810?v=4)[ssnepenthe](/maintainers/ssnepenthe)[@ssnepenthe](https://github.com/ssnepenthe)

---

Top Contributors

[![ssnepenthe](https://avatars.githubusercontent.com/u/10903810?v=4)](https://github.com/ssnepenthe "ssnepenthe (53 commits)")

---

Tags

phpwordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/ssnepenthe-terms-archive/health.svg)

```
[![Health](https://phpackages.com/badges/ssnepenthe-terms-archive/health.svg)](https://phpackages.com/packages/ssnepenthe-terms-archive)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19246.3k2](/packages/civicrm-civicrm-drupal-8)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3355.8k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
