Hi guys, is there an easy way to customize the 404-page?
Hey hasbeat!
You should go to Enfold/includes folder and edit error404.php file. No easier way unfortunately
Cheers!
Yigit
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
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
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