Hello?
Can you please check the below questions and answer me how to?
1. Can I only show the recent topic titles, not show the posts and subsequent replies? On the setting page, if I set the "show number of posts" to 0 then it shows all, but I do not want to show them. I want to make visitors to go into the subject then click on the post titles, not directly clicking on the post titles on the subject page.
2. Can I remove Topic and Post posted time? I do not want to show when they are posted such as 1 week ago.
Hi IK BONG JANG,
1. Please check the wpForo Simplified Layout:
https://wpforo.com/docs/root/categories-and-forums/forum-layouts/simplified-layout/
2. To disable editor date use the following CSS code:
.wpforo-post-content-top > span{
display: none !important;
}
If you decide to use the simplified layout, you can't disable only the date you can only disable the div shown in the screenshot.