Support

Account

Home Forums ACF PRO WPML + Option page

Helping

WPML + Option page

  • Hey,

    I would like to use wpml with option page.

    What i did:

    1- option page
    if( function_exists(‘acf_add_options_page’) ) {

    acf_add_options_page(array(
    ‘page_title’ => ‘Post settings’,
    ‘menu_title’ => ‘Post settings’,
    ‘menu_slug’ => ‘post-settings’,
    ‘parent_slug’ => ‘edit.php’,
    ‘capability’ => ‘edit_posts’,
    ‘redirect’ => false
    ));

    }

    2- i have created acf group ( show when option page = Post settings) + check group field can be translate
    3- duplicate group and modify for second language

    BUT

    In option page i don’t have flag or link (in infobox) to translate.
    How can i do ?

  • It seems like the options page itself does not contain a language switch in the “publish” section.
    However, you should be able to switch the active language by clicking the flag in the dark toolbar at the very top of the admin area.
    Works perfectly for me on various websites.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘WPML + Option page’ is closed to new replies.