Development Blog : C# Code Samples,.NET Tips and Tricks
[WordPress] : Come contare i commenti dei Post
[ad] Slot Pubblicità #4 vuoto!
<? $pop = $wpdb->get_results(SELECT ID,post_title,comment_count FROM {$wpdb->prefix} posts WHERE post_type ='post' ODER BY comment_count DESC LIMIT 10 );
foreach($pop as $post) : ?>
<li> <?php echo $post->post_title; ?> </li>
<?php endforeach; ?>
| Stampa l'articolo | Questo articolo è stato pubblicato da Luigi Melisi il 12 giugno 2010 alle 12:19, ed è archiviato come PHP, Programmazione, Tips and Tricks. Puoi seguire i commenti a questo post attraverso RSS 2.0. Puoi pubblicare un commento o segnalare un trackback dal tuo sito. |

