Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial Metadata - filter and search based on metadata #622

Open
courtneyr-dev opened this issue Sep 18, 2020 · 1 comment
Open

Editorial Metadata - filter and search based on metadata #622

courtneyr-dev opened this issue Sep 18, 2020 · 1 comment

Comments

@courtneyr-dev
Copy link

courtneyr-dev commented Sep 18, 2020

Expected/Desired Behavior

When viewing Edit Flow Editorial Metadata, I'd like to view all posts within a selected taxonomy (similar to tags & categories). I do not want the taxonomy to be viewable on the published posts.

Current: https://cloudup.com/cnfVU452AX0
Wishlist: https://cloudup.com/ceSoCFSu54T (link to view all posts that have the taxonomy)

Goal: provide a link to one person willing to audit all posts on Learn that need code snippet proofreading, or another to a person interested in resolving broken image links.

Actual Behavior

How does the plugin/feature/module currently work.
The only way to view all posts with the custom editorial metadata taxonomy is to publish the taxonomy to the visible front-end.

@htdat htdat changed the title Editorial Metadata - view all non-visible posts within taxonomy Editorial Metadata - filter and search based on metadata Apr 12, 2021
@htdat
Copy link
Member

htdat commented Apr 12, 2021

@courane01 - thank you for adding this suggestion.

When viewing Edit Flow Editorial Metadata, I'd like to view all posts within a selected taxonomy (similar to tags & categories). I do not want the taxonomy to be viewable on the published posts.

I'd like to provide a few technical details here. These Editorial Metadata fields are defined as custom taxonomy terms. However, we use custom taxonomies as a place to save these field settings. When adding these fields to a specific post, we use post meta instead.

That said, this is still doable but requires more implementation for sorting/searching post meta.

The only way to view all posts with the custom editorial metadata taxonomy is to publish the taxonomy to the visible front-end.

I am curious how you can make these fields editorial metadata to the front-end? If possible, please provide us specific steps to do that as they're not intended to show in the front-end.

Relevant lines:

register_taxonomy( self::metadata_taxonomy, $supported_post_types,
array(
'public' => false,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants