Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #361628

    Hi guys, is there an easy way to customize the 404-page?

    #361635

    Hey hasbeat!

    You should go to Enfold/includes folder and edit error404.php file. No easier way unfortunately

    Cheers!
    Yigit

    #361683
    This reply has been marked as private.
    #361717

    Hey!

    Unfortunately, no. But if you can tell us what kind of changes you would like to make, we do not mind taking a quick look :)

    Regards,
    Yigit

    #361792
    This reply has been marked as private.
    #361940

    Hi!

    Thank you for the info.

    Can you please place the code on pastebin.com? The forum editor somehow ruins the code a bit.

    Best regards,
    Ismael

    #362030
    This reply has been marked as private.
    #363092

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function yst_strip_attachments($where) {
            $where .= ' AND post_type != "attachment"';
            return $where;
    }
    add_filter('posts_where','yst_strip_attachments');

    then replace the content of error404.php file with this one – http://pastebin.com/kbzYz9i7

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.