Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created October 10, 2012 18:02
Show Gist options
  • Save whyisjake/3867217 to your computer and use it in GitHub Desktop.
Save whyisjake/3867217 to your computer and use it in GitHub Desktop.
Array of magazine articles to convert to volume post types
<?php
$magazine_to_volume = array(
//'volume' => 'pageID',
'12' => 234893,
'13' => 234705,
'14' => 234308,
'15' => 234210,
'16' => 233771,
'17' => 233555,
'18' => 233452,
'19' => 233412,
'20' => 232963,
'21' => 232603,
'22' => 232520,
'23' => 232395,
'24' => 232302,
'24.5' => 233210,
'25' => 232219,
'26' => 232096,
'27' => 232029,
'28' => 231787,
'28.5' => 231967,
'29' => 231693,
'30' => 231262,
'30.5' => 231341,
'31' => 225287,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment