Post Author Field not Listed

Support MB Views Post Author Field not ListedResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23652
    dmccandmccan
    Participant

    Hi Meta Box Team,

    When creating a View for a Custom Post Type single, when I click the Insert Field button, I don't see the author as a field that can be inserted. Is there a way to retrieve the post author? This did not work:

    {{ post.author }}

    Thank you,

    David

    #23653
    dmccandmccan
    Participant

    This works: {{ mb.get_the_author() }}

    #23677
    dmccandmccan
    Participant

    I expected the post Author fields in the Post Fields group, but found them in the User group via the drop down.

    #23682
    Long NguyenLong Nguyen
    Moderator

    Hi,

    In the View, we can click to the tab Insert Field > Tab User > User dropdown: Post Author > Then click the User options below: User ID, first name ...

    Or use the mb. proxy to connect all supported template tags of WordPress and your custom function, see more in the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functions.

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