eventist not showing
-
Iv’e created a events.php so that I can have custom events list page.
It was working fine, but I’ve updated the plugin and the page is not returning any event post_type.
$loop = new WP_Query( array(
‘post_type’ => ‘event’ ,
‘posts_per_page’ => 5,
));if I put “post” instead of “event” it will list bunch of different articles, but “event” is not returning anything.
however, I can go directly to each single events and the calendar is working fine too.
please help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘eventist not showing’ is closed to new replies.