• So I am trying something like this:

    <?
    $companyprofile = get_option('company_profile');
    echo __( $companyprofile, 'normal-text-domain' );
    ?>

    so i have theme options for my about page “company profile” and I want to be able to wrap this with gettext but unfortunatly this is not working yet for me.

    Any help? seggestions?

    [Moderator note: Please don’t bump]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘__() and get_option() translation?’ is closed to new replies.