404 error page - change text

Hello!

I was wondering how I can change the message when someone lands on a 404 error page on my website?

Thank you!

Hello Nadia,

Thanks for writing in!

Changing 404 page text will require some customization in theme files which falls outside the scope of support we can offer. However, I can point you in right direction that you can follow to make the required changes.

  • As you have already installed X Child theme, please copy _content-404.php from /wp-content/themes/x/framework/views/global/ under /wp-content/themes/x-child/framework/views/global/.

and

_landmark-header.php from /wp-content/themes/x/framework/legacy/cranium/headers/views/integrity/ under /wp-content/themes/x-child/framework/legacy/cranium/headers/views/integrity/.

  • In _landmark-header.php you can make changes in text in line number 93. Here’s the code that you need to take a look.
<p class="p-landmark-sub"><span><?php _e( "You blew up the Internet. ", '__x__' ); ?></span></p>

Thanks.

Ok, thank you!

You’re welcome, Nadia.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.