Forums
-
- Forum
- Posts
-
- Installation
- 28,368
- Troubleshooting
- 62,222
- Themes
- 10,389
- Plugins
- 15,308
- Requests & Feedback
- 14,889
- Showcase
- 3,252
-
$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