Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #374820

    Hi,
    sorry I could not find any description of how to customize the default page for “page not found” (listing the most popular posts and so on).
    Can you help?
    Thank you
    Klaus

    #374849

    Hi Bklaus_sk!

    Please go to Enfold/includes folder via FTP and edit error404.php file as needed.

    Cheers!
    Yigit

    #374984

    Thanks, Yigit, that helped a lot.
    Is it possible to do these changes in the child theme in order not to overrite them with the next theme update?
    I tried to copy the whole /lang directory but that did not have any effect.
    Thanks again.
    Klaus

    #375279

    Hi!

    You can copy the 404.php file to your child theme folder and then replace lines 27 – 31.

    <?php
    
    get_template_part('includes/error404');
    
    ?>
    

    With the code in the error404.php file.

    Best regards,
    Elliott

    #375649

    Thanks a lot, works fine.

    Klaus

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Customize "page not found"?’ is closed to new replies.