Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    @fisniq
    WPGlobus supports text&textarea fields in standard WP metabox
    for other cases there is WPGlobus Plus
    https://www.wpglobus.com/extensions/wpglobus-plus/
    ( see module Editor )

    Thread Starter fisniq

    (@fisniq)

    Thanks for the fast reply! I figured it out though..

    My bad.. as I was expecting to see the “Globe” icon next to my TEXTAREA and ignored the fact that I can write translation tags manualy!

    I simply added the translation tags inside the TEXTAREA like so:
    {:en}English Title{:}{:de}German Title{:}

    …and when displaying it on screen:

    <?php echo apply_filters('the_title', get_metadata('post', get_the_ID(), 'my_custom_textarea', true) ); ?>

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translate custom metabox fields with WPGlobus’ is closed to new replies.