Thread Starter
stsfin
(@stsfin)
This was fixed by changing the line 1202 in gantry/core/gantry.class.php to this:
$title = '<title>' . get_the_title() . ' | ' . get_bloginfo('name') . '</title>' . chr(13);
Naturally this is just a workaround that uses the WordPress functions to provide basic titling. Since the Gantry one is broken, also do note that this removes the usage of the custom title gizmo
-
This reply was modified 9 years, 3 months ago by stsfin.
Thread Starter
stsfin
(@stsfin)
Thanks that will help for now, to bad it does not work with the auto-mode, which is clearly a defect.