Download monitor and wp-multilang
-
Hi,
I am trying to get wp-multilang to work with the download monitor plugin and so far I got it to work for download titles using the following json snippet:
{ "post_types": { "dlm_download":{} }, "post_fields": { "post_title": {} }, "admin_pages": [ ] }
(the above is saved as wpm-config.json in the download-monitor directory)
However, I also want to be able to edit download categories, but it seems I need to add some more magic to my json.
The postfield is either “name” or “tagname” depending whether you edit the category or you create one. Adding both to the post_fields does not work.Does anyone have an idea to get that to work?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Download monitor and wp-multilang’ is closed to new replies.