-
<?php
- %post_date%: %post_URL%
c2c_get_recent_posts( $num_posts = '',
$format = "
“,
$categories = ”,
$orderby = ‘date’,
$order = ‘DESC’,
$offset = 0,
$date_format = ‘Y年m月d日’,
$authors = ”,
$post_type = ‘post’,
$post_status = ‘publish’,
$include_passworded_posts = false,
$extra_sql_where_clause = ” );
?>