hi people..
those plugins are real great ans easy to install..
however i wanted them to sort this ratings plugin and ir wp-print aswell
wp view to show all 3 in just 1 row on bottom posts or pages
like you have on ur support web...
how to do tis?
thnx!
http://wordpress.org/extend/plugins/wp-postratings/
This is the code I used for the default theme index.php
<p class="postmetadata"><?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> | <?php if(function_exists('the_views')) { the_views(); }?></p>
<div>
<span style="float: left">
<?php if(function_exists('wp_email')) { email_link(); } ?>
</span>
<span style="float: right">
<?php if(function_exists('print_link')) { print_link(); } ?>
</span>
</div>
<div style="clear: both;"></div>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>
Thank Yoy Gamerz! a bi late though....but its very appriciated!