Hi,
I really like the Septera theme but I’m using a plugin called Advanced Custom Fields to add additional information about authors which I’d like to add to the end of the author’s display name in blog posts, etc..
This is the command that ACF provides to let you get a field: the_field('field_name', 'user_1');
(documentation here)
I’ve had a bit of a look in the theme and seen some functions that look like they output user data but cannot find the location of the code that they run. I was hoping someone could help point me towards some place(s) to add this code to 🙂
Thanks,
Jake
Website: thechasejournal.ga
-
This topic was modified 7 years ago by jakewalker. Reason: Added documentation link