Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 36 forks source link

Duplicate Taxonomy Term #377

Open hommealone opened 1 month ago

hommealone commented 1 month ago

I've asked if this feature exists in the plugin forum post here, (it does not) and you suggested creating a feature request: Forum Post

Is your feature request related to a problem? Please describe.

The plugin cannot duplicate individual taxonomy terms. Currently it can duplicate an entire taxonomy (and many other things!) but not a specific taxonomy term.

Describe the solution you'd like

I'd like the plugin to be able to clone/duplicate individual taxonomy terms.

Why do you think this feature is something we should consider for the Yoast SEO plugins?

Wordpress is extremely extensible, and with plugins such as ACF, taxonomy terms can be configured in many useful ways. Complex configurations are possible, and the ability to duplicate a term to kick-start the creation of another term would be very helpful.

Additional context

Here is an example of a (real) use case. In a website for a theater company, information is organized by Show, and Shows are grouped into Seasons. Each Season, a dozen new shows are produced.

Custom Post Type: Show For each Show, dozens of fields exist, for things like title of show, playwrite, director, choreographer, cast members, and on and on. The complete Show post is used as an online version of the show's program brochure (think "Playbill"), as well as part of an archive of past Shows. Many of the items included in a Show post are the same for each show in a season.

Custom Taxonomy: Season Shows are grouped by Season, and each year (Season) the theater puts on a dozen different shows. Each Season, there are Season-specific things, such as the board of directors, season sponsors, advertisers, and many other items. Some of these items are shown in the display of each individual Show post. An index page of the Season taxonomy term displays some of the information about each of the Shows in that Season, each with a link to the more-detailed, specific Show post.

Taxonomy Terms: Season X, Season Y, etc. Each Season, many items change, but many also are the same as last season. For example, new members join the board of directors, but many remain on the board from the previous Season; new advertisers are added, but many remain from the previous Season.

Using ACF, templates are created which pull information from each show to display on that Season's index page. Likewise, in each individual Show post, information is pulled from the Season Taxonomy Term and displayed in the Show details.

Notes: The Wordpress repository has a plugin made specifically to clone taxonomy terms: Duplicate Taxonomy Term

It has very few installs, and has not been updated recently. I don't know if it still works, and it would be much better to not need to install two different plugins just for "cloning" tasks.

Thanks for considering this request!