The Media Library Shortcode plugin allows you to use a shortcode to create a list of documents using the document’s corresponding ID.Example: [attachment id="1,2,3"]. The list of ID’s must be enclosed in quotes and comma separated. You can also sort documents by type and find document ID’s in the media library.
Features of this plugin include: Add the shortcode to pages, posts and widgets, sort media library documents by type and find document ID’s in the media library.
メディアライブラリーに保存されてるメディアをショートコードで呼び出しリスト表示するプラグイン
「Media Library Shortcode」
1、プラグインを有効化
2、ショートコードに呼び出したいメディアの ID を追加して投稿する
[attachment id="1,2,3"]
HTMLは ul class=”attachment_list” で出力されます。
.entry img で画像サイズとか指定してる場合は、そっちが優先されるので attachment_list でスタイルをつけましょう