Viewing 3 replies - 1 through 3 (of 3 total)
  • I also stumbled on the same problem. I’m actually trying to make another permalink filter in my theme’s functions.php, to add the language code.
    But I would like to know if this is going to be addressed.

    Thanks,
    Costin

    Hi,
    I’ve found a solution:

    In the plugin file change this line:

    add_filter( ‘post_type_link’, array(&$this,’set_permalink’), 10, 3 );

    to

    add_filter( ‘post_type_link’, array(&$this,’set_permalink’), 1, 3 );

    Hope it helps

    I can confirm, that nestor_ps’s fix is working for me. Please make this fix for this plugin in the next version! Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Post Type Permalinks] WPML Compatibility request’ is closed to new replies.