[Resolved] Author, Category, Tags in one block

Home Forums Support [Resolved] Author, Category, Tags in one block

Home Forums Support Author, Category, Tags in one block

  • This topic has 3 replies, 3 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86241
    Marek Wos

    I would like to have displayed author, category, tags, date etc. in one block, under posts. How is it possible?

    #86350
    Tom
    Lead Developer
    Lead Developer

    I’ll be adding this as a feature in the near future, but for now this may work:

    https://gist.github.com/generatepress/5f5a73904480a2caeabd

    You want to paste that function into your child theme’s functions.php file or use a plugin like this: https://wordpress.org/plugins/code-snippets/

    Then you’ll want to add this CSS:

    .entry-header .entry-meta {
          display: none;
    }
    #91012
    Marek

    thanks!

    #91037
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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