06/16/2014 at 9:04 am
#293987
Keymaster
@ Craig
re: page title
This is actually non-trivial too. Well, change it to just the name should be a bit easy, adding the address is not.
The change to make it just the name can be done on line 254 in this file:
../wp-content/plugins/connections/includes/class.seo.php
Change it to:
return $entry->getName();
Adding the address is non-trivial due to the fact Connections support adding n-number of addresses to each entry. So you would have to check for addresses and then pull just the first one and then check that there are values for each address part before adding it to the title.
That should do it. Hope that helps.
