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

Fix error when querying post types by taxonomy. #28

Merged
merged 2 commits into from Jul 14, 2021
Merged

Fix error when querying post types by taxonomy. #28

merged 2 commits into from Jul 14, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jul 14, 2021

Post types expect that the taxonomies they are registered with exist
in the database. Therefore, we register the taxonomies first and then
we register the post types.

Fixes #26.

Scarlett McAllister and others added 2 commits July 14, 2021 08:44
Post types expect that the taxonomies they are registered with exist
in the database. Therefore, we register the taxonomies first and then
we register the post types.

Fixes #26.
@Log1x Log1x merged commit 75d0af5 into Log1x:master Jul 14, 2021
@ghost ghost deleted the taxonomy_doc branch July 14, 2021 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query CPT by Taxonomy
1 participant