Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created January 27, 2014 17:03
Show Gist options
  • Save jbutko/8652622 to your computer and use it in GitHub Desktop.
Save jbutko/8652622 to your computer and use it in GitHub Desktop.
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment