Forums
-
- Forum
- Posts
-
- Installation
- 28,418
- Troubleshooting
- 62,426
- Themes
- 10,420
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
$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";