// 以下をテーマの function.php に追記します。 // ここから--> function getRecentKougabu($limit, $max_width, $max_width) { global $wpdb; $results = $wpdb->get_col($wpdb->prepare( "SELECT" . " ID" . " FROM" . " {$wpdb->posts}" . " WHERE" . " post_status = 'publish'" . " AND post_type = 'post'" . " AND post_password = ''" . " ORDER BY" . " post_date DESC LIMIT %d" , $limit )); if(count($results) == 0) return; return kougabu_get_images(array( 'array' => true , 'post_id' => $results , 'max_width' => $max_width , 'max_height' => $max_width)); } // <--ここまで // 以下をテーマファイルの任意の位置に追加します。 $images) { ?>
// 複数エントリに画像がある場合で各1枚にする場合は以下のようになります。 $images) { ?>