php_e in 404.php
-
I would like to put a link to the home page in 404 page.
I have tried to change this code
<section class="entry-content"> <p><?php _e("Text to explain where to go", "bonestheme"); ?></p> </section>
Inserting html code in this way
<section class="entry-content"> <p><?php _e("Text to explain where <a href="https://www.domain.com">to go</a>", "bonestheme"); ?></p></section>
It seems it doesn’t take html code in this function.
How could I to insert a link there?
Thanks and ciao
Roberto
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘php_e in 404.php’ is closed to new replies.