• Resolved Deleyna

    (@deleyna)


    I’m trying to use the AB post and page grid block with posts created by USP Pro. They say that whenever the site calls:

    the_author()
    get_the_author()
    the_author_meta(‘display_name’)
    get_the_author_meta(‘display_name’)

    Then the author that was submitted via the form will be shown instead of whatever author the system defaults to as the post author (an admin). When my first sample posted, it is showing admin name instead of the user’s name who created the post.

    I’m just checking with you folks — does AB post and page grid call any of those functions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Parris

    (@mindctrl)

    @deleyna the Post and Page Grid block uses the following functions:

    get_the_author_meta( 'display_name', get_the_author_meta( 'ID' ) )

    get_author_posts_url( get_the_author_meta( 'ID' ) )

    Thread Starter Deleyna

    (@deleyna)

    Thank you so much for this information!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about Post Author’ is closed to new replies.