Support

Account

Home Forums General Issues Doesn't work the_field() in category Reply To: Doesn't work the_field() in category

  • Hello.

    $value = get_field( "country", $post->ID ); echo $value;
    //Result $value = spain
    //How to get the result $value = Испания

    spain : Испания
    poland : Польша
    switzerland : Швейцария
    germany : Германия
    sweden : Швеция
    turkey : Турция
    france : Франция
    slovenia : Словения`