Forums
(@macpheek)
9 years, 3 months ago
Can you get in touch when you have some free time?
Anyone able to help?
Can anyone help?
9 years, 6 months ago
Ahh!! I just tried it without the array and did
‘category_name’ => ‘next-meeting’,
and it works!! Thank you so much for your help ?? ?? ??
Hi, thanks for your fast reply. Ok I’ve tried that and its still not working :/ Any other suggestions?
I’ve also tried ‘category__in’ => ‘next-meeting’, but this doesnt work either
Hi thanks for your reply, but I still can’t figure out what I’m doing wrong. It suggests to use:
$args = array( ‘post_type’ => ‘meetings’, ‘cat’ => ‘next-meeting’, );
But this doesn’t work??