Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcin Kazmierski

    (@marcinkazmierski)

    Hi,
    Thanks for your question ??

    I think you have a small mistake ??
    Polylang function “pll__()” only returns the translated string, but function “pll_e()” echoes a translated string.

    You can use:
    <?php print pll_e( ‘Menu’, ‘menu_name’ ); ?>
    or
    <?php print pll__( ‘Menu’, ‘menu_name’ ); ?>
    for display your string.

    Thread Starter Max

    (@maximkadum)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How show text in theme’ is closed to new replies.