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 endforeach; ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$ratings_table_name = "wp_app_ratings";
|
$ratings_table_name = "wp_app_ratings";
|
||||||
$ratings = $wpdb->get_results("
|
$ratings = $wpdb->get_results("
|
||||||
|
|
@ -122,9 +124,9 @@ $level_post_ids = $wpdb->get_col("
|
||||||
GROUP BY rating
|
GROUP BY rating
|
||||||
");
|
");
|
||||||
|
|
||||||
echo '<pre>';
|
// echo '<pre>';
|
||||||
print_r($ratings);
|
// print_r($ratings);
|
||||||
echo '</pre>';
|
// echo '</pre>';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section class="ratings">
|
<section class="ratings">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user