Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

    Thread Starter tork

    (@tork)

    Thank Yoy Gamerz! a bi late though….but its very appriciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-PostRatings] how to sort?’ is closed to new replies.