Forums
-
- Forum
- Posts
-
- Installation
- 27,655
- Troubleshooting
- 60,595
- Themes
- 10,192
- Plugins
- 14,982
- Requests & Feedback
- 14,610
- Showcase
- 3,238
-
$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";
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS