Home › Forums › Support › Reverse date, author, in byline This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 15, 2022 at 1:46 pm #2417156 Chris Hi, Where would I reverse the date/author that is in the byline? I want author (comma), date https://rev.press/how-to-register-for-subscribe-with-google/ Seems like there would be a setting for changing the byline, but I haven’t found it, Chris November 15, 2022 at 1:58 pm #2417174 YingStaff Customer Support Hi Chris, Try this CSS: .single-post .entry-meta { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .single-post .entry-meta .byline:after { content: ", "; padding-right: 0.3em; } November 15, 2022 at 2:42 pm #2417222 Chris I like that idea for readers, but would prefer to have the author name first in the source code as well. Would editing the theme (child theme) be the only way to do that? There aren’t any settings in Generate Press that would affect it? Thanks, Chris November 15, 2022 at 4:03 pm #2417286 YingStaff Customer Support I like that idea for readers, but would prefer to have the author name first in the source code as well. I would recommend using a block element – post meta template, so you can create the layout using blocks. November 15, 2022 at 6:30 pm #2417360 Chris Yes, excellent, thank you 🙂 November 16, 2022 at 10:16 am #2418529 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In