How would I go about adding additional text around the label?
Would changing: <?php comments_number(‘No Comment’, ‘One Comment’, ‘% Comments’ );?>
To: <?php comments_number(‘What do you think? (No Comments)’, ‘What do you think? (One Comment)’, ‘What do you think? (% Comments)’ );?>
Would make it look like: What do you think? (Ten Comments), etc?
Thank you for your help. Any additional info on what I should change would be appreciated.
Would I just put in some lines for something like:
#footer .title
#sidebars .title
etc.??
You, my friend, are a true champ.
Removed the “list-style-image: ….;” line, but kept the second line as not to mess up the margins and it worked like a charm.
Thanks man!