post sort by id

PHOTO EMBED

Thu Nov 28 2024 08:14:15 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

'post__in' => array(301, 344, 342, 995, 998, 1001, 1000, 999),
'orderby' => 'post__in', 


=======
$arg = array(
		'post_type' => 'team',
		'posts_per_page' => -1,
		'post__in' => array(301, 344, 342, 995, 998, 1001, 1000, 999),
    	'orderby' => 'post__in', 
);
content_copyCOPY