Breno Alves
Breno Alves
Hey guys, really nice job here! But you can take more care with the API side. By using composer as dependency manager to manage all the required plugins and themes...
Related to: https://github.com/brenoalvs/monk/issues/389
When a plugin creates a post type it may have its own api to fetch them. Internally, this function probably uses a `get_posts()` or `get_terms()` call that is affected by...
When the language list changes the transient needs to be updated too. Improve `monk_get_available_languages` to deal with it.
I've made a test with Jetpack Portfolio categories and the terms were not being attached. Ensure that terms created on custom taxonomies or generated by WP-CLI can be attached to...
We need check if we can support "auto add page" feature for translated menus. If we can't, just hide this option. 
- [ ] Remove or fix those fields  - [ ] Align language label on media modal. 
I have 103 comments, but none is showing up because my posts have no language defined. 
We must allow the same slug on different languages. Disable unique slug functionality and adapt canonical redirection to it.
We need a method to help translating text in AJAX requests.