CodeHQ

Posts Tagged ‘Child’

|

Display only child posts of parent | WordPress Query

Monday, July 27th, 2015

$args = array(
	'post_type' => 'page',
	'post_parent' => $post->ID,
);

Tags: , , , ,
Posted in PHP, WordPress | No Comments »