-
Author
-
July 30, 2015 at 00:09 #70626ARCHEParticipant
Hi,
I have created and customised a “404 Page” within WordPress that I would like to use instead of KLEO predefined 404 Page. Is this possible? I would need your assistance how to do this, thank you in advance.
July 30, 2015 at 00:56 #70630sharmstrModeratorThe 404 is controlled by a template. Copy /kleo/404.php to your child theme and replace this
COPY CODE<img />/assets/img/404_image.png"><br> <h2 class="article-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'kleo_framework' ); ?></h2> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'kleo_framework' ); ?></p>
with the table code that you currently have on your 404 page within the wp admin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 10, 2015 at 02:23 #92287clynParticipantDear Admin, i designed new 404 page (within wordpress) and i copy below code 404.php and deleted kleo codes. And its redirecting to my new wordpress 404, its working wery well. But what could be the problem future…Sorry my english
<?php
function go ($url, $time = 1){ //
if ($time) header(“Refresh: {$time}; url={$url}”);
else header(“Location: {$url}”);
}//
go(“https://www.domain.net/sorry”, 1); //// or
go(“https://www.domain.net/sorry”);?>
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.