Archived topic
Add hr tag to Blog page
3 replies · Started by albabes on October 4, 2017
Viewing posts 1–4 of 4
Hi Tom
Want to add an <hr /> to the bottom (after content) of each post, on the main Blog page.
Don't need it on single post pages, but it be ok if that happened.
Is it Gp Hooks I use? I don't see an obvious place to put it.
Thanks
You could probably just use some CSS:
.blog article,
.archives article {
border-bottom: 2px solid #ddd;
}
Thank you!
You're welcome :)
This archived topic is closed to new replies.