Replies are missing on the frontend
-
Hello everyone! I have a problem with one topic and I don’t know what to do. That specific topic have 3 replies(2 from admin and 1 from the user that post it). If I enter in admin I can see those replies, if I enter in db I also cand see them, but on the frontend is empty. Firstly I thought all the replies are hidden but they are not render on the frontend. I watched on other topics and everything works fine. What can it be? Thank you!
If I put
`
$a = array(
‘post_type’ => ‘reply’,
‘post_parent’ => bbp_get_topic_id()
);
$b = get_posts($a);
var_dump($b);
`
On others topics I can see the replies but on that one is an empty array
- You must be logged in to reply to this topic.