/home/kingcapa/public_html/wp-content/themes/arras/library/admin/templates/functions.php on line 279
Hatsaı veri ? nasıl çözebilirm
content/themes/arras/library/admin/templates/functions.php on line 279 |
10 Mesajlar | 1.301 Okunma |
$request .= " GROUP BY $wpdb->comments.comment_post_ID ORDER BY comment_count DESC LIMIT $no_posts";
$posts=$wpdb->get_results($request);
$output="";
if ($posts) {
foreach ($posts as $post) {
$post_title=stripslashes($post->post_title);
$comment_count=$post->comment_count;
$permalink=get_permalink($post->ID);
$output .= $before . " " . $post_title . " " . $after;