• Resolved vicisok113

    (@vicisok113)


    Hi,

    Can you tell me how to display other post rating with php? the same as ” [ratings id=”1″] “, but using php, something like echo rating_post(1), please.

    Thanks!

Viewing 1 replies (of 1 total)
  • you can echo each shortcode in the php files by using the do_shortcode function:

    <?php echo do_shortcode('[ratings id="1"]'); ?>

Viewing 1 replies (of 1 total)

The topic ‘Display other post rating using php’ is closed to new replies.