Viewing 1 replies (of 1 total)
  • I had this problem as well. It can be fixed by changing line 77 in wp-category-archive.php from:

    return ($url);

    to:

    return apply_filters($interval.'_link', $url);

    This might be a bug, and the appropriate solution might be slightly different than this quick fix.

Viewing 1 replies (of 1 total)
  • The topic ‘qtranslate Url’ is closed to new replies.