JavaScript対応ブラウザで表示してください。
$category_id, 'orderby' => 'date', 'order' => 'DESC' ,'numberposts' =>-1 ); $all_posts = get_posts($args);$filtered_posts = array_slice($all_posts, 0,5); foreach ($filtered_posts as $p): ?>
post_date); ?>
post_title; ?>
post_content); ?>