WordPress 関連記事
■関連記事
ID); $category_ID = array(); foreach($categories as $category): array_push( $category_ID, $category -> cat_ID); endforeach ; $args = array( 'post__not_in' => array($post -> ID), 'posts_per_page'=> 5, 'category__in' => $category_ID, 'orderby' => 'rand', ); $st_query = new WP_Query($args); ?> have_posts() ): ?> have_posts()) : $st_query -> the_post(); ?>

...   続きを読む »

該当する投稿は見つかりませんでした。









CSS
HTML