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
Describe the bug
When using the Taxonomy field to replace the core panel for assigning taxonomy terms, and the permalink includes the taxonomy term slug, on Publish the URLs to view the Post in Gutenberg are not updated.
To Reproduce
Steps to reproduce the behavior:
Create a field group with Taxonomy field
Update Permalink structure to include slug of assigned term from taxonomy used in Taxonomy field (%{taxonomy}%)
Disable the core panel for assigning terms
Add filter on post_link to replace the %{taxonomy}% with the assigned term's slug
Create a new Post, verifying core taxonomy panel is not available, and ACF panel with Taxonomy field is available
Select a term in ACF Taxonomy field
Publish the Post
Notice the URL is not updated with the assigned term's slug
Expected behavior
Post's URL is updated with the slug of the assigned term immediately on Publish/Update.
Screenshots or Video
If applicable, add screenshots or video to help explain your problem.
Describe the bug
When using the Taxonomy field to replace the core panel for assigning taxonomy terms, and the permalink includes the taxonomy term slug, on Publish the URLs to view the Post in Gutenberg are not updated.
To Reproduce
Steps to reproduce the behavior:
%{taxonomy}%
)post_link
to replace the%{taxonomy}%
with the assigned term's slugExpected behavior
Post's URL is updated with the slug of the assigned term immediately on Publish/Update.
Screenshots or Video
If applicable, add screenshots or video to help explain your problem.
Code
Disable core panel:
Filter URL:
Version Information:
The text was updated successfully, but these errors were encountered: