Tagged: 404 page
Hi,
When 404 page shows it suggests if you want to look at some articles.
I don’t have any blog posts/articles. Could you tell me how to remove that text and the dispay of articles please?
Thanks
Hey Telecompatible,
You should see that in the theme files, Enfold > includes > error404.php, you can view this via ftp or Appearance > Editor. Hope this helps.
Best regards,
Nikko
Hello,
It would help me more if you could tell me which text to remove so it will remove the suggestion and the display of articles.
Hi,
Please go to enfold/includes/error404.php file and remove following
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
<?php
the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
'before_widget' => '<div class="widget avia_combo_widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>'
));
do_action('ava_after_content', '', 'error404');
?>
Best regards,
Yigit