Frontline Lay | Betting Software | Betting Systems World
As you can see, the review ratings are shown both horizontally and vertically. I only want it showing horizontally.
Single Post template:
WP Review plugin: PHP | <?php /* Plugin Name: WP R - Anonymous - yGPyik0d - Pastebin.com
I'll toss a couple bucks your way and appreciate any help, it's been driving me nuts. Thank you.
As you can see, the review ratings are shown both horizontally and vertically. I only want it showing horizontally.
Single Post template:
Code:
<?php get_header(); ?>
<div id="page">
<div style="margin: 0 10px">
<?php
the_post();
$title = get_the_title();
?>
<table>
<tr>
<td style="width: 380px">
<div class="visitsite_single"><?php visit_site_link('Visit This System'); ?></div>
<h1><?php the_title(); ?> Reviews</h1>
<!-- To instead link to your affiliate link with the title, use this as the page title:
<?php visit_site_link(get_the_title() . ' Reviews'); ?>
-->
<?php the_content(); ?>
</td>
<td "class="ratings">
<?php ratings_table(); ?>
</td>
</tr>
</table>
<?php comments_template(); ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
I'll toss a couple bucks your way and appreciate any help, it's been driving me nuts. Thank you.