WordPress display the latest comment
<?php
global $wpdb;
$sql = “SELECT DISTINCT ID, post_title, post_password, comment_ID,
comment_post_ID, comment_author, comment_date_gmt, comment_approved,
comment_type,comment_author_url,
SUBSTRING(comment_content,1,30) AS com_excerpt
FROM $wpdb->comments
LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID =
$wpdb->posts.ID)
WHERE comment_approved = ’1′ AND comment_type = ” AND
post_password = ”
ORDER BY comment_date_gmt DESC
LIMIT 10″;
$comments = $wpdb->get_results($sql);
$output = $pre_HTML; foreach ($comments as $comment) {
$output .= “n<li>”.strip_tags($comment->comment_author)
.”:” . ” <a href=”” . get_permalink($comment->ID) .
“#comment-” . $comment->comment_ID . “” title=”on ” .
$comment->post_title . “”>” . strip_tags($comment->com_excerpt)
.”</a></li>”;
} $output .= $post_HTML;
echo $output;?>
Search
Popular on Blogar
Content Marketing-What is Content Marketing
- October 24th, 2023
- 1415 Views
Social Media Marketing-Social Media Marketing (SMM)
- October 24th, 2023
- 1705 Views
Pay-Per-Click-What is PPC
- October 24th, 2023
- 1279 Views
WordPress-How to show single post content in front-end?
- August 26th, 2024
- 99 Views
WordPress display articles by category
- August 28th, 2024
- 92 Views
How To Find The IP Of Any Whatsapp Call
- September 3rd, 2024
- 91 Views
WordPress-How to create a Taxonomy?
- August 28th, 2024
- 88 Views
WordPress next post / previous post on the same category
- November 11th, 2024
- 86 Views
Social Media Marketing – 53 Resources For First Time Entrepreneurs
- October 24th, 2023
- 808 Views
Email Marketing-Advantages and disadvantages of email marketing
- October 24th, 2023
- 761 Views
Recent Post
Content Marketing-What is Content Marketing
- October 24th, 2023
- 1415 Views
Social Media Marketing-Social Media Marketing (SMM)
- October 24th, 2023
- 1705 Views
Pay-Per-Click-What is PPC
- October 24th, 2023
- 1279 Views
VMware cannot install VMware Tools, prompts VMCI, memory driver
- November 25th, 2024
- 67 Views
- Howo Tractor Truck
- Howo Tipper/Dump Truck
- Howo Cargo Truck
- Howo Concrete Mixer Truck
- Howo Special Truck
- Howo Light Truck
- Shacman Tractor Truck
- Shacman Tipper/Dump Truck
- Shacman Cargo Truck
- Shacman Concrete Mixer Truck
- LGMG Mining Trucks
- XCMG Wheel Loader
- XCMG Excavator
- XCMG Crane
- XCMG Asphalt Pavers
- XCMG Road Roller
- Shantui Bulldozer
Copyright © 2024 BBBBF All Rights Reserved.