prashanthkavya
7 years agoGuide
Latest TKB Article to display
Hi,
I want to display the latest tkb articles on a page. I know that there is a widget for this but i need to customize it as per the design which cannot be done if i use the widget. Pls let me know how to do this. Which API can i use to get the latest tkb articles
You can use this one
select * from messages where conversation.style = 'tkb' and depth = 0 order by post_time desc limit 5