@ MartinH
re: Where does the title come from? (Which field?)
The title is made from the WordPress title prepending the entry name/category name. So, the page title on your test site should be:
Organisation 1 » Directory » E.Services in Melbourne Test
Basically, a breadcrumb to show site content structure within the directory.
I see the issue now. It seems in WordPress 4.4 changed the how the page meta title is output and back ported that change to the core Twenty{Year} themes except for TwentyTwelve and TwentyThirteen. And, of course, all my other test themes still use the wp_title() function to output the page meta title (the “old” way) so I did not notice this change in WordPress. The wp_title() will eventually be deprecated but it seems like either the new way or using wp_title() are acceptable to use.
Any way, all that said… I made changes to account for both methods which will be included in the next update. Apologies for the trouble!
