EVENT
好きな事を
楽しむ。
‘post’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $dp_options[‘index_blog_num’]
);
$blog_query = new WP_Query( $blog_args );
?>
have_posts() ) : ?>
have_posts() ) :
$blog_query->the_post();
$timestamp = get_the_time( ‘U’ );
?>
‘;
}
?>