How to show all post link in post page

Hi i want to show all post link in post page
Example :
Category = HTML and under the html category post = how to write html
i want in post details page in left side i want to show all post link under the HTML category

Example: https://www.w3schools.com/html/default.asp
I want the same all link under the category in post details page
thank you so much for your time

like :

"
<PostTitle
className=“heading-size-1”
dangerouslySetInnerHTML={{ __html: item.title.rendered }}
/>
"

i want to show this on post page

Hi @gmmr.mostakim,

Showing custom links shouldn’t be difficult as with Frontity you have complete control on your React app to completely customize the elements of your pages.

Can you please provide a repo or code-sandbox with your code? This is especially helpful to find solutions of technical issues with specific code