0
votes

Link http://mantaspra.com/category/blog worked just fine before installing qTranslate. Now it's not found. If I deactivate plugin, it works again. My permalink structure is /%postname%/. I tried setting default permalinks, changing qtranslate permalink settings, nothing. Category base is unchanged, empty. Pages and single posts work, but not category view.

1

1 Answers

0
votes

Try to add the following line to your functions.php:

add_filter( 'post_type_link', 'qtrans_convertURL' );