WordPress Getting post data for Post Grid of Visual Composer

后端 未结 3 1653
灰色年华
灰色年华 2020-12-30 16:27

I\'m using Visual Composer in WordPress and I want to make a custom Post Grid. But the default elements that the post grid supplies are not enough. I want to show the author

3条回答
  •  滥情空心
    2020-12-30 17:10

    this is your response

    https://kb.wpbakery.com/docs/developers-how-tos/adding-custom-shortcode-to-grid-builder/

    at Template variables usage

    Exemple, in visual composer template you can use {{ post_date:ID }} to show post ID. I don't know how show tag.

提交回复
热议问题