Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get volume pages meta

$pages_query = array(
	array(
		'key'     => 'volume',
		'value'   => 'volume_ID',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);