wordpress-custom-fields-permalink-plugin icon indicating copy to clipboard operation
wordpress-custom-fields-permalink-plugin copied to clipboard

Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.

Results 4 wordpress-custom-fields-permalink-plugin issues
Sort by recently updated
recently updated
newest added

It would be absolutely awesome if you could extend the feature to WooCommerce permalinks as well. As far as I know it is very similar. ![InkedScreenshot 2023-05-15 091512](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/assets/89156240/33babdcd-0b16-411f-8339-13576a9f17ed)

We are having an issue where some of the generated permalinks are having the custom locale field concatenated. **Permalinks Settings Code** `/%field_locale%/%postname%/` **Custom Locale Field Value** ![image](https://user-images.githubusercontent.com/2869411/54732290-e0152c00-4bf7-11e9-8cb9-1384584db6ea.png) **Expected** ![image](https://user-images.githubusercontent.com/2869411/54732217-76951d80-4bf7-11e9-8739-c51a9723c6cb.png) **Reality**...

investigation

Followup from issue https://github.com/athlan/acf-permalink/issues/12 created by @SebKay. > Hi, > > This plugin works perfectly with the custom fields for posts and custom post types, however, there's what seems to...

bug