{"id":19433194,"url":"https://github.com/ssnepenthe/terms-archive","last_synced_at":"2025-04-24T20:31:27.040Z","repository":{"id":57058790,"uuid":"81519059","full_name":"ssnepenthe/terms-archive","owner":"ssnepenthe","description":"A WordPress plugin for creating frontend terms archives.","archived":false,"fork":false,"pushed_at":"2019-02-17T19:24:44.000Z","size":89,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T10:01:39.350Z","etag":null,"topics":["php","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssnepenthe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-10T02:47:14.000Z","updated_at":"2022-10-02T19:10:51.000Z","dependencies_parsed_at":"2022-08-24T14:53:23.914Z","dependency_job_id":null,"html_url":"https://github.com/ssnepenthe/terms-archive","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnepenthe%2Fterms-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnepenthe%2Fterms-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnepenthe%2Fterms-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnepenthe%2Fterms-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssnepenthe","download_url":"https://codeload.github.com/ssnepenthe/terms-archive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250704630,"owners_count":21473733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","wordpress","wordpress-plugin"],"created_at":"2024-11-10T14:38:44.100Z","updated_at":"2025-04-24T20:31:26.790Z","avatar_url":"https://github.com/ssnepenthe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terms-archive\nThis plugins creates archive pages for terms in public taxonomies.\n\n## Requirements\nWordPress 4.7 or later, PHP 5.4 or later and Composer.\n\n## Installation\n```\n$ composer require ssnepenthe/terms-archive\n```\n\nOR\n\n```\n$ cd /path/to/project/wp-content/plugins\n$ git clone git@github.com:ssnepenthe/terms-archive.git\n$ cd terms-archive\n$ composer install\n```\n\n## Usage\nTo 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:\n\n```\nadd_theme_support( 'ta-terms-archive' ); // Adds support for all public taxonomies.\nadd_theme_support( 'ta-terms-archive', 'category' ); // Adds support for the category taxonomy.\nadd_theme_support( 'ta-terms-archive', [ 'category', 'post_tag' ] ); // Adds support for categories and tags.\n```\n\nAdditionally, you need to create at least one of the following template files:\n\n* ta-terms-archive-{$taxonomy}.php\n* ta-terms-archive.php\n\nWhere $taxonomy is the string given as the first param to `register_taxonomy()`.\n\nA 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.\n\nCheck `examples/tf-child/` for an example implementation in the form of a `twentyfifteen` child theme.\n\nOnce 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.\n\nYou can find these archive pages at `{home url}/{wp rewrite front}/{tax rewrite slug}`.\n\nFor 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/`.\n\nIf you want to disable archive pages for specific taxonomies, you can do so by visiting `Settings \u003e Terms Archive` and selecting the taxonomies you wish to disable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssnepenthe%2Fterms-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssnepenthe%2Fterms-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssnepenthe%2Fterms-archive/lists"}