I know php
I want to be able to do something like
<?php game_rating(5,4,5); ?>
And it take those numbers and replace a spot in my post with graphics for each rating. Ex. for graphics, game play, and sound or something?
can I just make the game_rating() function in the theme function.php?