本郷愛 S1初ベスト 12タイトル 12時間 Disc.1
¥150
S1移籍1周年記念ベスト、ここに解禁ー。
| 品番 | D9699 |
|---|---|
| メーカー | エスワン ナンバーワンスタイル |
| 女優名 | 本郷愛 |
| ジャンル | 企画 |
| 見た目 | 美女系 |
| 収録時間 | 720 |
| 入荷日 | 2024/10/05 |
| 発売月 | 2024/10 |
function custom_news_list_shortcode() { // 最新の通常の投稿(Posts)を4件取得 $args = array( 'post_type' => 'post', 'posts_per_page' => 4, 'orderby' => 'date', 'order' => 'DESC', ); $query = new WP_Query($args); $html = ''; if ($query->have_posts()) { $html .= '
お知らせはありません。
'; } return $html; } add_shortcode('my_news_list', 'custom_news_list_shortcode');