Dennis Ploetner

Results 42 comments of Dennis Ploetner

Maybe this is useful too: http://wordpress.stackexchange.com/questions/133498/remove-multisite-blog-slug-from-specific-custom-post-type ... I will test a little bit more because I'd like to understand if this should be corrected in the core or in the...

I plan to write an add-on (like MslsMenu) that can manage the localized slugs and offers inputs for correcting the $wp_redirect-rules.

There is a function active in the plugin's options that should show you if there are any translations active.

No development on this is planned. There are addons that can point you in the right direction. For example: https://github.com/lloc/msls-importer

Reopened because of additional information: https://wordpress.org/support/topic/archive-hreflang-and-switcher-not-working/

Great catch! Would you mind opening a pull request?

Hey looks good. I guess you should return the values using `rest_ensure_response()`. What are the values that you want to have in $lang_array? ``` $blog = MslsBlogCollection::instance()->get_current_blog(); $language = $blog->get_language();...

Can you please realign your branch and send the patch again?

Would you like to make the changes in the readme-file via a PR?