Answer the question
In order to leave comments, you need to log in
How to change the display of the word Menu into Russian?
Hello
I found the most minimal WordPress theme
Total 6 kb
https://sustywp.com/
The menu is formed as a separate page
https://sustywp.com/menu/
Please look where in the code to change so that the word MENU on the main page is displayed in Russian?
I changed it on the page itself, but I don’t understand how to do it on the main page
Thank you
Answer the question
In order to leave comments, you need to log in
In header.php, the esc_html_e() function:
<a href="<?php echo esc_url( ( get_option( 'permalink_structure' ) ? home_url( '/menu/' ) : home_url( '/?menu' ) ) ); ?>"><?php esc_html_e( 'Menu', 'susty' ); ?></a>
<a href="<?php echo esc_url( ( get_option( 'permalink_structure' ) ? home_url( '/menu/' ) : home_url( '/?menu' ) ) ); ?>"><?php esc_html_e( 'Меню', 'susty' ); ?></a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question