Gursimrat
11 years agoLeader
Parent post issue
I am customizing the recent posts widget where in I have to show the latest reply with the parent post, but I am getting an issue with getting the parent post of the main topic (which ofcourse would be a null as it is the parent post itselt), how can I just show the main post in this case
I am getting the parent of the recent post by /messages/id/${posts.id}/parent but this causes exception when this is running for the original post as it does not find the parent for it.