Forum Discussion

prashanthkavya's avatar
7 years ago

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...
  • VikasB's avatar
    7 years ago

    prashanthkavya

    You can use this one

    select * from messages where conversation.style = 'tkb' and depth = 0 order by post_time desc limit 5