• Resolved mrfraz

    (@mrfraz)


    Hey when i use..

    `<?php
    $term = get_queried_object();
    $tag_group_labels = get_option( ‘tag_group_labels’, array() );
    echo ‘Group name: ‘ . $tag_group_labels[$term->term_group];
    ?>`

    I have some problems with the “öäü”.
    How can i fix that?

    Thanks!

    http://ww.wp.xz.cn/plugins/tag-groups/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Could you please describe the problems?

    Thread Starter mrfraz

    (@mrfraz)

    Have a look here in the source, i use the tag groups.

    http://www.ligareport.de/manuel-neuer/

    Manuel Neuer (FC Bayern München)

    Or in the Keywords..

    That seems to be a problem of the charset (unicode/ascii).
    I tried your code on my blog and ö and ü in the tag group name display correctly.
    The problem could be:

    • The charset on your admin page is different than what you use on your front page (where it is utf-8). (Could check the wp-config.php file too.)
    • Something is wrong with the database collation.

    I don’t have more ideas about possible causes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problems with "öäü"’ is closed to new replies.