Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Destroyed by syntax error Re: Destroyed by syntax error

#110721
beeblebrox
Participant

`$cat_post = new WP_Query( array(
‘posts_per_page’ => 1,
‘category__in’ => array(2),
‘post_type’ => array(
‘post’,
‘custom1’,
‘custom2’,
‘custom3’
)
));`