This question may be related to a resolved thread.
As advised in the related thread, I used the following code in the header title tag to include the entry title in the header title.
<title>{exp:weblog:entries weblog={master_weblog_name} limit="1"
disable="categories|custom_fields|member_data|pagination|trackbacks" group_id="10"}
{title}{/exp:weblog:entries}
</title>This works correctly, EXCEPT if the author has been changed. The entry title is displayed only for entries by currently assigned authors. Titles for entries by previous authors no longer in the active list are not displayed, even though the entries with titles display correctly on the weblog index & archive pages.
So far, the only workaround I’ve found is to manually set up the Publish page to display the author menu and set up the user to be included in the author menu, then edit every entry to change to the current author using the author dropdown menu.
Is there a more efficient work around? Is this problem fixed in EE 2.0? The budget is tight right now, but if I could be certain the problem would be resolved without this workaround by upgrading, it would be worth it to save a lot of time.