Closed BE-Webdesign closed 7 years ago
Fixes #117. Adds in the initial set up for dynamic posts collection. The generic PostType should remain to ensure collections of many different types are still possible via $types->listOf( $types->post() ).
$types->listOf( $types->post() )
Fixes #117. Adds in the initial set up for dynamic posts collection. The generic PostType should remain to ensure collections of many different types are still possible via
$types->listOf( $types->post() )
.