Looper not showing author?

Hi,

Everything is working great on a specific post page gallery except author’s name. It shows admin by default.

I need authors name to show in Essential Grid, so I have a rule in ACF/Post type is equal to Post
This works great.

But in the Post Minimal module, even after adding “By {{dc:acf:field article_author}}” it still isn’t showing author’s names.
Maybe I need to add another rule in ACF but not sure which one to add.

Help appreciated.

Hello Isabelle,

Kindly provide me with your WP details so that I can check your looper. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.

Sorry, forgot the wp-admin

Hello Isabelle,

You should be using {{dc:acf:post_field field="article_author"}} dynamic content code to display the ACF Field author.

Cheers.

1 Like

Thank you! So much!