Hallo!
Ik wil graag het lettertype wijzigen van de tekst 'Your comment is awaiting moderation.' Nu heb ik gelezen op http://www.homepage-maken.nl/htmlcursus/les3.php wat ik toe moet voegen om het lettertype te wijzigen, in HTML zou me dat lukken maar ik weet niet waar ik de code toe moet voegen, ik heb de code bijgevoegd. Kan iemand me helpen?
Alvast bedankt!
?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
<div id="comment-<?php comment_ID(); ?>">
<div class="comment-author vcard">
<?php echo get_avatar($comment,$size='40',$default='' ); ?>
<cite class="fn"><?php comment_author_link(); ?></cite>
<span class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf(__('%1$s at %2$s', 'zbench'), get_comment_date(), get_comment_time()); ?></a><?php edit_comment_link(__('[Edit]','zbench'),' ',''); ?></span>
</div>
<?php if ($comment->comment_approved == '0') : ?>
<em class="approved"><?php _e('Your comment is awaiting moderation.','zbench'); ?></em>
<br />
<?php endif; ?>
<div class="comment-text">
<?php comment_text(); ?>
</div>
<div class="reply">
<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))); ?>
</div>
</div>
<?php }
Ik wil graag het lettertype wijzigen van de tekst 'Your comment is awaiting moderation.' Nu heb ik gelezen op http://www.homepage-maken.nl/htmlcursus/les3.php wat ik toe moet voegen om het lettertype te wijzigen, in HTML zou me dat lukken maar ik weet niet waar ik de code toe moet voegen, ik heb de code bijgevoegd. Kan iemand me helpen?
Alvast bedankt!
?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
<div id="comment-<?php comment_ID(); ?>">
<div class="comment-author vcard">
<?php echo get_avatar($comment,$size='40',$default='' ); ?>
<cite class="fn"><?php comment_author_link(); ?></cite>
<span class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf(__('%1$s at %2$s', 'zbench'), get_comment_date(), get_comment_time()); ?></a><?php edit_comment_link(__('[Edit]','zbench'),' ',''); ?></span>
</div>
<?php if ($comment->comment_approved == '0') : ?>
<em class="approved"><?php _e('Your comment is awaiting moderation.','zbench'); ?></em>
<br />
<?php endif; ?>
<div class="comment-text">
<?php comment_text(); ?>
</div>
<div class="reply">
<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))); ?>
</div>
</div>
<?php }