Archived topic
Categories and labels next to the title
1 reply · Started by Alain León on February 10, 2018
Viewing posts 1–2 of 2
It would be possible, in some way that category information and labels appear next to the date and the author, below the title of the post and not at the end of it?
Hi there,
This function should help: https://gist.github.com/generatepress/8b1bb2d303ec2a8cc73fb382fd3656a6
Then add this CSS:
.cat-links, .tags-links {
display: inline-block;
margin: 0 10px;
}
Let me know :)
This archived topic is closed to new replies.