First, a little background on what is happening. The theme is currently using the_author(); to pull the current author of the post in question. However, on the homepage, it is pulling AuthorOne as the author (example), but when you click to visit the full article it shows the author as being AuthorTwo (example).
We are using Ecto to publish posts to the WordPress blog and just using the_author(); as the tag to pull author names. Any ideas as to how I should begin troubleshooting this or a fix?