Dennis Ploetner

Results 42 comments of Dennis Ploetner

This part of the functonallity does a lookup in your theme-folder.

Yes this is probably a better solution.

I would stick to WordPress standard functions. With WordPress 3.8 there are a lot of new things to consider so I would like to wait some days.

Yes, let's begin with this.

I agree that this is probably the way to go ... I'd like to be sure that the user can choose which solution is the best for his/her needs. I...

I installed WooCommerce and faced a problem similar to this here: https://github.com/lloc/Multisite-Language-Switcher/wiki/Change-the-generated-URLs A workaround would be: ``` function my_msls_options_get_permalink( $url, $language ) { if ( 'de_DE' == $language ) {...

Here is an interesting solution if you create your own custom post types with localized slugs ... http://wordpress.stackexchange.com/questions/30021/theme-localization-of-slugs-custom-post-types-taxonomies

Interesting! I will look into this very soon...

Thanks. I will check this now.