You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archive page titles for post kinds (https://www.example.com/kind/like) use strings that are maintained somewhere in the plugin code and can be translated. However, these are actually taxonomies with their own slugs, titles and descriptions.
Taxonomies can be used to create menus. I do this and try to rely on the customized titles (translated into Dutch, actually). And the paragraph with the description.
I would like the plugin to use the taxonomy properties wherever possible, so that maintenance can be done in one place.
Update: the get_kind_info now sets a string, but should get the values from the taxonomy record, I guess.
Archive page titles for post kinds (https://www.example.com/kind/like) use strings that are maintained somewhere in the plugin code and can be translated. However, these are actually taxonomies with their own slugs, titles and descriptions.
Taxonomies can be used to create menus. I do this and try to rely on the customized titles (translated into Dutch, actually). And the paragraph with the description.
I would like the plugin to use the taxonomy properties wherever possible, so that maintenance can be done in one place.
Update: the get_kind_info now sets a string, but should get the values from the taxonomy record, I guess.
Instead of getting the value from the array:
indieweb-post-kinds/includes/class-kind-taxonomy.php
Line 314 in eaa62f4
instead do something like
The text was updated successfully, but these errors were encountered: