child theme 404 error page
-
Hi,
I have been trying for days it seems, to customise my own 404 page.I have tried a couple of ways using the child theme, with no success.
I am using the clean retina theme and still waiting for someone to get back to me from that forum.
Below is the 404.php and I am totally at a loss as to how to change the page to what I want.
I am of the impression there needs to be something added to the functions.php?
I would really appreciate if someone could explain to me in layman’s terms please, as there is so much I still don’t grasp.
<?php
/**
* Displays the 404 error page of the theme.
*
* @package Theme Horse
* @subpackage Clean_Retina
* @since Clean Retina 1.0
*/
?><?php get_header(); ?>
<?php
/**
* cleanretina_404_content hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* cleanretina_display_404_page_content 10
*/
do_action( ‘cleanretina_404_content’ );
?><?php get_footer(); ?>
thanking you in advance.
- The topic ‘child theme 404 error page’ is closed to new replies.