In the code above, we added a span element with the class blog-post__author-name to display the author's name. You can customize the span element's style to match your blog's design.
Also, make sure that the content.blog_post_author object contains a valid author name. If the author name is missing, it won't appear on the blog post.
Make sure that you add the code in the correct place in your blog post template. The code snippet should be added within the existing div element with the class "blog-post__author".
Try adding the code snippet just after the closing tag for the anchor element (</a>), as shown in the modified code I provided earlier.
Also, make sure that you properly closed all the HTML tags in your template before adding the new code. Any unclosed tag can cause unexpected formatting issues.
If you're still having trouble, please share more details or the code of your blog post template, and I'll try to help you better.