[Support request] Categories and labels next to the title

Home Forums Support [Support request] Categories and labels next to the title

Home Forums Support Categories and labels next to the title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #492846
    Alain León

    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?

    #493357
    Tom
    Lead Developer
    Lead Developer

    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 🙂

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