@pitaj I've tried what you have said. No errors in host machine while listening on
./nodebb logthe only errors are in the Dev Tools Console Tab, so the request isn't ever even sent to the server (to my small amount of knowledge).
Instead of the posts showing up on categories , how do i show topics there ?
I would imagine that this would get messy rather quickly.
I presume it wouldnt , like the topics in small text to fit inside.
@Alankrit-Choudhary Fork the lavender theme, go to the highlighted line in this file
And add {categories.posts.topic.title}
inside whatever container, small, or h tags, or a P tag. Up to you I guess.
But do note that updates to the official lavender theme will require you to do some work to get them on your forked theme.
EDIT: If you want to make the title clickable, then you could do something like
<a href="{categories.posts.topic.slug}">{categories.posts.topic.title}</a>
Add small or span as neccessary...