Hello. I added custom code for the author box (in child theme functions.php) but after updating to the latest version of Pro, it is no longer working. Specifically, it is the code below that no longer works.
. "<p class=\"p-author-links mbn\">Read more work by <a href=\"{$author_posts}\">{$display_name}</a>.</p>"
. "<p class=\"p-author-links mbn\">All original work attributed to <a href=\"{$author_posts}\">{$display_name}</a> <strong>© {$date} {$display_name}</strong>.</p>"
It is important that we have the attribution date and the “read more” link to the author posts archive below the author bio but I can’t figure out how to fix this. I can send additional details if needed.
Thank you!