Support » Plugin: Gantry 4 Framework » Front Page page title wont change after Url change

  • Resolved stsfin

    (@stsfin)


    After changing my site name and url Gantry title keeps poping up the old Name on the front page, Its driving me nuts even trying to clear the cache does not help.

    The theme is Scirocco.

    I went trought the database and did not find the old site name in there, from what kind of black hole does the plugin still produce the name.

    Please help.

    • This topic was modified 7 years, 1 month ago by stsfin.
Viewing 1 replies (of 1 total)
  • 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 7 years, 1 month ago by stsfin.
Viewing 1 replies (of 1 total)
  • The topic ‘Front Page page title wont change after Url change’ is closed to new replies.