Where should I style author name and date of comment?
-
Yeah, so where should I link to the CSS styling for the username and date of the comment? In functions.php I have:
<a href="<?php the_author_meta( 'user_url'); ?>"><?php printf(__('%s'), get_comment_author_link()) ?></a><br /> <?php printf(get_comment_date()) ?>
But if I try wrapping a div around it and setting the style for that div in my style.css, it doesn’t change at all! Is it overridden somewhere else in the php that I can’t see?
Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Where should I style author name and date of comment?’ is closed to new replies.