Viewing 1 replies (of 1 total)
  • Thread Starter X-Raym

    (@x-raym)

    Wooo Just succeed !

    1.
    Write the description with [] just as

    [:en]Title[:titre]

    2.
    In the taxomony template file :

    <?php $cat_desc = category_description();
    
    if ( ! empty( $cat_desc ) ) {
      echo apply_filters( 'category_archive_meta', '<p class="cat-description">' . _e($cat_desc,'qtranslate') . '</p>' );
    } ;?>

    A native support would be great if possible 😛

    Cheers !

Viewing 1 replies (of 1 total)
  • The topic ‘Translate Custom Taxonomy Description’ is closed to new replies.