• Hello,

    I would like to get the post id in single.php but I don’t know how to do.

    I have this code to paste where “ID” is the id in question…
    <? echo pullRating(ID,false,false,false,NULL); ?>

    Does someone know how to do ?
    Sorry for my poor english.

    Thanks,
    Cesario.

Viewing 2 replies - 1 through 2 (of 2 total)
  • How can I get the post id in single.php

    <?php the_ID(); ?>

    Thread Starter cesario

    (@cesario)

    Thanks for your help but sorry for my gaps in knowledge in PHP but what can I do to put the ID in my code :

    <? echo pullRating(ID,false,false,false,NULL); ?>

    I have tried different solutions but I don’t know what I do exactly !

    Thanks,
    Cesario

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I get the post id in single.php’ is closed to new replies.