billerickson / Gallery-Metabox

Displays all the post's attached images on the Edit screen.
33 stars 12 forks source link

Get Gallery in single.php #14

Closed fredroo closed 8 years ago

fredroo commented 8 years ago

Hello, how i can get gallery in single.php from $post_id?

billerickson commented 8 years ago

$loop = new WP_Query( array( 'post_type' => 'attachment', 'post_parent' => get_the_ID(), 'orderby' => 'menu_order', 'order' => 'ASC' ) );