Hi,
I want to edit the 404 page, but i don’t know any HTML, can i edit it as i edit the pages?
please help me.
Best regards,
Tommy
Hey Tommy!
Unfortunately you cannot edit 404 page as normal pages. You are going to need to modify error404.php file inside Enfold/includes folder
Cheers!
Yigit
Hi,
Thanks for your promptly reply.
If i just want to change the sidebar, to use the same sidebar as i used in my blog, how can i do?
Thanks and best regards,
Tommy
Hi!
Thank you for using the theme!
If you want the 404 page to show the same sidebar as the blog, please edit 404.php. Find this code on line 39:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();
Replace it with this:
//get the sidebar
$avia_config['currently_viewing'] = 'blog';
get_sidebar();
Add widgets on the Sidebar: Blog widget area located on Appearance > Widgets. I hope this helps.
Best regards,
Ismael