Skip to content

Commit 9caaa42

Browse files
committed
Readme updates
1 parent 329fa52 commit 9caaa42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Archive Pages - Taxonomy
22
===
33

4-
Replace WordPress's default auto-generated term archive with a manually created Page. For each term, select the page from a dropdown of all site pages. Good for creating topic landing pages.
4+
Replace WordPress's default auto-generated taxonomy term archive with a manually created Page. For each term, select the page from a dropdown of all site pages. Good for creating topic landing pages.
55

66
## Installation
77

@@ -14,7 +14,9 @@ The plugin uses the Settings API, so users must have 'manage_options' capability
1414

1515
When a selected page is saved, the term_link filter replaces that page's URL replaces the taxonomy link ( term_link ) so that the user is directed to the taxonomy landing page instead of the auto-generated archive.
1616

17-
The term archive will still exist at its assigned URL, but there will be no navigation to it.
17+
The term archive will still exist at its assigned URL, but there will be no WP-generated navigation to it.
18+
19+
Permalinks are automatically flushed when a setting is saved.
1820

1921
## Which taxonomies are affected
2022
The settings page lists all taxonomies that are set to "public" and "show in menu". This includes category, post_tag, and similar custom taxonomies for custom post types. It excludes post_format and other special built-in taxonomies.

0 commit comments

Comments
 (0)