wordpressのギャラリーを表示するショートコードを
テンプレート内に埋め込む記述
class=に投稿idを付加することでギャラリーをグループ化しています[]内に下記の記述を入れる
<?php
$g_id = get_the_ID();
$thumb_id = get_post_thumbnail_id($post -> ID);
echo do_shortcode('[]');
?>
gallery link="file" exclude='.$thumb_id.' size="thumbnail" columns="4" class='.$g_id.'