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 k...
- 7 years ago
You can use this one
select * from messages where conversation.style = 'tkb' and depth = 0 order by post_time desc limit 5