[insert_php]
// Defining widget options.
$args = array(
‘widget_title’ => »,
‘post_content_mode’ => titleonly,
‘post_limit’ => 1000,
‘post_date’ => yes,
‘post_random’ => ‘no’,
‘category_include’ => 4,
);
// Function call.
special_recent_posts($args);
[/insert_php]