jbutko
1/27/2014 - 5:03 PM

WP, functions.php, qTranslate: How to make qTranslate supports Custom Post Types

WP, functions.php, qTranslate: How to make qTranslate supports Custom Post Types

add_filter('post_type_link','qtrans_convertURL');//fix custom post type URL

// From http://was955.wordpress.com/2013/04/01/how-to-make-qtranslate-supports-custom-post-types/