%field_fieldname%
rewrite tag.
Examples:
http://example.com/%field_event_date_from%/%postname%/
http://example.com/post-type/%field_event_date_from%/%postname%/
(with Custom Post Type Permalinks plugin)%field_fieldname%
tag in Settings -> Permalinks.The best way is to raise the ticket under the GitHub repository: https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/new
We would be very grateful in any contribution. If you have a idea for the feature, please discuss it first by raising the ticket. When the assumptions are ready, please make a pull request at GitHub.
In case of missing custom post field values you can generate them on-the-fly using generate_dynamic_metadata
filter.
Read the example.
You can generate custom post fields dynamically coding some logic using generate_dynamic_metadata
filter.
Read the example.