Hi!
I want to edit the 404 page, or more specifically the error404widget:
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
<?php
the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
'before_widget' => '<div class="widget avia_combo_widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>'
));
?>
Currently it shows tabs with "Popular, Recent, Comments, Tags". But I would like to only show the last three "Recent" posts and. How can I edit this?
Thanks!
ps. the page I am referring to is http://www.silmagproduction.com/ndklfgdfg














