Archived topic
Customize 404 page without plugins
3 replies · Started by Rui on July 8, 2018
I would like a custom 404 page, but just including a center image and a new text.
Can I do it without plugins? How?
Thank you. GeneratePress is great!
Hi there,
Are you looking to modify existing text?
If so check out these couple filters:
https://docs.generatepress.com/article/generate_404_text/
https://docs.generatepress.com/article/generate_404_title/
As for image, you will like need to use a hook with conditional tag:
https://docs.generatepress.com/article/hooks-overview/
https://docs.generatepress.com/article/using-hooks-conditional-tags/
https://codex.wordpress.org/Conditional_Tags#A_404_Not_Found_Page
Let me know if this helps :)
Works like a charm!
Thank you!!
No problem!