commenting rating display
This commit is contained in:
parent
0919151813
commit
1b2208bcd4
|
|
@ -114,6 +114,8 @@ $level_post_ids = $wpdb->get_col("
|
|||
|
||||
<?php endforeach; ?>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
$ratings_table_name = "wp_app_ratings";
|
||||
$ratings = $wpdb->get_results("
|
||||
|
|
@ -122,9 +124,9 @@ $level_post_ids = $wpdb->get_col("
|
|||
GROUP BY rating
|
||||
");
|
||||
|
||||
echo '<pre>';
|
||||
print_r($ratings);
|
||||
echo '</pre>';
|
||||
// echo '<pre>';
|
||||
// print_r($ratings);
|
||||
// echo '</pre>';
|
||||
?>
|
||||
|
||||
<section class="ratings">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user