• Resolved Aaron

    (@jstask)


    The tags for posts is empty on the front-end using the Advanced Post (Type) Block. However, it is showing tags in the Block, while editing the post with Gutenberg.

    The same behavior occurred on a local testing instance with WordPress 5.9.1, Twenty Twenty-One 1.5, and only Gutentor 3.2.0 as an activated Plugin.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @jstask ,

    Currently, on the Primary Meta and Secondary Meta, you can show Author, Date, Category, and Number of Comment. We may add Tags on the next version. Thanks for pointing this out.

    Best Regards!

    Thread Starter Aaron

    (@jstask)

    Hey @codersantosh,

    I am confused, since I can enable and disable/disable tag in Primary Meta > Meta Sorting. So you say that this is not intended right now?

    Besides, it is already there in the Editor view.

    • This reply was modified 2 years, 2 months ago by Aaron.
    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @jstask, sorry I misunderstood it. After enabling the Tags, can you try sorting the Tag to top or anywhere else? It should fix it.

    Thread Starter Aaron

    (@jstask)

    Hey @codersantosh,

    dragging the tags fixed it. However, between the tags, there is a space character missing on the front-end.

    • This reply was modified 2 years, 2 months ago by Aaron.
    • This reply was modified 2 years, 2 months ago by Aaron.
    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @jstask ,

    Can you try the following CSS and let me know if this fixes the issue?

    .gutentor-post .gutentor-entry-meta-primary div a {
      padding-left: 5px;
    }

    Best Regards!

    Thread Starter Aaron

    (@jstask)

    I would consider this a workaround and not a fix since it adds no space character. However, I did

    .gutentor-post .gutentor-entry-meta-primary div a:not(:first-child) {
      padding-left: 5px;
     }

    to avoid padding-left on first entries.

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @jstask,

    We have implemented your advice. Thanks for your suggestions.
    If you find any further issues feel free to add a support thread.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No Tags in Advanced Post (Type) Block in Front-End’ is closed to new replies.