Trying to add some
-
Hi I have a gamesite where I have a game list using wp-table-reloaded. Pls check: https://www.pvp-gaming.com/game-list/
Now I’m using ‘Rating widget plugin’ where visitors can rate games in the game list. Now I want that voting results to show on the ‘rating’ field instead of N/A for each game. How I do that is that I need to put in some codes where the N/A is:
<?php $link = get_permalink($post->ID); // game url $urid = ($post->ID + 1) . "0"; // user-rating-id $post_title = $post->post_title; // game title ?> <a>"> <?php echo $this->rw_embed_rating($urid, $post_title, "blog-post", $link);?> </a>
[Please post code snippets between backticks or use the code button.]
Now where do I find the .php page for that gamelist? I cannot seem to find it ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trying to add some’ is closed to new replies.