In the editor, it shows {author_name} and {author_avatar} for the author selected at template settings > Populate content but doesnt show content of {author_bio} even in the editor. On the front end, example.com/author/john, none of the dynamic data({author_name}, {author_avatar}, {author_bio}) shows for the current author.
This is the conditions
I added a comment on this thread but thought i should create my own thread since the OP seems to have gotten a solution to his problem.
As already mentioned here, the author tags work fine for me (without the need for custom code).
Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?
Found the issue, it was this plugin Simple Local Avatars ā WordPress plugin that was causing the issue. Disabled it and all dynamic tags are working fine again. SOLVED
I am actually having a similar issue (using Bricks 1.8.1). I have just created an author archive. The {author_name} and other similar dynamic data variables are not working in the front end but display in the Bricks editor fine.
Using the code element and echoing those functions works fine in the front end and Bricks Editor.
get_the_author_meta(ādisplay_nameā);
Using the {author_name} field works fine on single templates that display post data.
I have created an Archive template that has a condition set for Archive and Authors. I also have a query on the page that shows the last 10 posts by the author which works fine on the front end and in the Bricks editor.
I have deactivated several plugins like Slim SEO, Perfmatters, Metabox to see if they were causing the issues and they are not.
Stefan and I just found a replicable step
We have added a potential fix code on your site.
Please can you help to check your site if the author dynamic tags working fine now?
I have found a small issue with the fix. It only happens in the Bricks Builder. {author_name} and related fields that are not within a query (like the last 10 posts) seem to pull the author of the archive template itself (in this case Stefan Bricks) and not what the template settings populate content specifies. On the front end it works fine though.
@timmse Just making sure you saw my last reply about the small bug I found where in the Bricks Editor only it seems to be pulling the author name of the actual archive template. (see the above post for more info)