id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4835,Latest Post in Blogs Directory,unsalkorkmaz,,"Latest post for blogs directory: {{{ $paged_blogs[$i]->latest_post = $wpdb->get_row( ""SELECT ID, post_content, post_title, post_excerpt, guid FROM {$blog_prefix}posts WHERE post_status = 'publish' AND post_type = 'post' AND id != 1 ORDER BY id DESC LIMIT 1"" ); }}} Hardcoding post_type = 'post' is just wrong. Basically we cant show custom post types in there. Why not use {$blog_prefix}bp_activity table?",defect (bug),new,lowest,Awaiting Contributions,Blogs,1.7,trivial,,needs-patch good-first-bug,