Archived topic
Moving Post Date or Category
7 replies · Started by Sean on August 22, 2016
On the index page, I'm trying to move the post date next to the category. Or move the category next to the post date. Preference, I would probably like to have the category moved next to the postdate underneath the post title. As well, add a calendar icon next to the post date, similar to how the category how's the folder icon next to it.
Visual Aid: http://oi66.tinypic.com/2uhy4wg.jpg
This topic might help you get started: https://generatepress.com/forums/topic/all-meta-in-one-single-line/
Let me know :)
Sweet, that was actually perfect. Any way of getting the calendar font icon in there like the file folder for categories?
Maybe something like this:
.posted-on:before {
font-family: FontAwesome;
content: "\f073";
}
Saweeeeet. Almost perfect. So the icon does appear, and looks beautiful. However, it's pushed right onto the text. Any way to space it like how the file folder/category is? I tried adding spaces after the font number, but it maxes out at two spaces it looks like. http://erixon.me/
content: "\f073 ";
Just add padding-right: 5px to the CSS and you should be good to go.
You're officially on my Christmas card list.
Sweet :)