I'm working on a music blog that provides review scores ranging from 0.0 - 10. Since the authors already developed their system of typing in the score in the content, I'm trying figure out a way to emphasis them better.
Example:
"Score: 6.4"
returns something like
<div class="score">6.4</div>
Is there way to do this in an array to put every score possibility down within function.php or on the single.php page. Whatever is cleaner.