Can't add horizontal line under post title?
-
Hi, I want to add horizontal line underneath post title. So I use <hr> tag by doing this:
<h2 class=”entry-title”>” rel=”bookmark”><?php the_title(); ?></h2>
<hr>
<div class=”entry-meta”>
<?php twentyten_posted_on(); ?>
</div><!– .entry-meta –>But, it doesn’t seem to work since I can’t see it appear on my site, https://buppha.co.uk/. I don’t know what I did wrong here. Any help would highly be appriciated. Thanks!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Can't add horizontal line under post title?’ is closed to new replies.