Translate button with php?
-
Hi,
I’m using Spacious theme and have the Ztranslater installed.
I want to translate the text in a button in the slider. I tried with this code:<?php _e(“<!–:en–>english text<!–:–><!–:da–>danish text<!–:–>”); ?>
with no luck.
The full botton code is:
<a>" title="<?php echo esc_attr( $spacious_slider_title ); ?>"><?php _e( '<?php _e(“<!–:en–>english text<!–:–><!–:da–>danish text<!–:–>”); ?>', 'spacious' ); ?></a></div>
It display both of the languages and not the selected one.
Anybody knows how to solve this out?
The page is located here: https://test.pawsfabrik.dk
- The topic ‘Translate button with php?’ is closed to new replies.