get_the_terms in descending alphabetical order

You could try this:

// Get posts terms
$terms = wp_get_post_terms( $post->ID, 'winetype', array( 'order' => 'DESC') );

$sep = ', '; 
foreach ( $terms as $term ) { 
    echo $term->name; 
    echo $sep; 
} 

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)