[Resolved] Moving Post Date or Category

Home Forums Support [Resolved] Moving Post Date or Category

Home Forums Support Moving Post Date or Category

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #220526
    Sean

    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

    #220555
    Tom
    Lead Developer
    Lead Developer

    This topic might help you get started: https://generatepress.com/forums/topic/all-meta-in-one-single-line/

    Let me know ๐Ÿ™‚

    #220807
    Sean

    Sweet, that was actually perfect. Any way of getting the calendar font icon in there like the file folder for categories?

    #220841
    Tom
    Lead Developer
    Lead Developer

    Maybe something like this:

    .posted-on:before {
        font-family: FontAwesome;
        content: "\f073";
    }
    #220900
    Sean

    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 ";

    #220930
    Tom
    Lead Developer
    Lead Developer

    Just add padding-right: 5px to the CSS and you should be good to go.

    #221034
    Sean

    You’re officially on my Christmas card list.

    #221076
    Tom
    Lead Developer
    Lead Developer

    Sweet ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.