InfoReviews Bring Your Business to Life › Support › Popular Widget › Showing post title in Most Commented list Tagged: most commented, post title Viewing 1 post (of 1 total) Post navigation ← Previous Next → Author Posts March 27, 2012 at 10:30 am #45699 coeurmechanteParticipant Hi again, I figured it out myself. After line 88 on my code: foreach($comments as $comment){ I added (sorry if it’s not pretty… I don’t see a way to add code): $post_titles = $wpdb->get_results(“SELECT * from $wpdb->posts WHERE ID=’$comment->comment_post_ID'”); foreach ($post_titles as $post_title){ $the_post_title = ($post_title->post_title); $the_post_id = ($post_title->ID); } Then I can call $the_post_title and $the_permalink($the_post_id) where needed. There may be a more elegant solution, but this works for me! Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Login form protected by Login LockDown. Log In