• Nathan

    (@silvawebdesigns)


    Hi there,

    Firstly, great plugin, it works very well!

    One problem I am facing is that the ACF Options page doesn’t work with the language options like the Pages/Posts/CPT’s does with ACF.

    If it’s not possible to get the ACF Options page working with the plugin, is there a way I can use if conditions within a page template so that I can use something like:

    <?php
    if($lang = 'pt') {
        // echo ACF options custom field
    } else {
        // echo UK ACF options custom field
    }
    ?>

    Look forward to your response,

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Nathan

    (@silvawebdesigns)

    Sorry, just to add to the above, the plugin doesn’t work with CPT’s.

    Will there be any support for CPT’s in the future?

Viewing 1 replies (of 1 total)
  • The topic ‘ACF Options / Page Template if conditions’ is closed to new replies.