Forums
-
- Forum
- Posts
-
- Installation
- 28,444
- Troubleshooting
- 62,540
- Themes
- 10,431
- Plugins
- 15,344
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
$sql="SELECT * FROM bb_posts WHERE post_topic='' ORDER BY post_id DESC LIMIT 8";
It seem like you telling the script to look for post with empty topic. Try change it to this:
$sql="SELECT * FROM bb_posts ORDER BY post_id DESC LIMIT 8";