Update to 1.6 and now mistakes

  • Wiesel

    #3057

    Hello all,

    i update the graphene theme to version 1.6 and no i get some errors on my pages and articles:

    Warning: Missing argument 2 for graphene_title() in /kunden/221190_67281/webseiten/wordpress/wp-content/themes/graphene/includes/theme-head.php on line 438

    and

    Warning: Missing argument 2 for graphene_title() in /kunden/221190_67281/webseiten/wordpress/wp-content/themes/graphene/includes/theme-head.php on line 438

    What colud i do to change this?

    Thanks a lot for helping me.

    Wiesel

    Wiesel

    #23144

    The following link shows the problem in the slider, on articles and on pages http://www.laufschuhkauf.de

    Admin

    Syahir Hakim

    #23145

    Try replacing line 438 of the includes/theme-head.php file from this:

    function graphene_title( $title, $sep, $location ){

    to this:

    function graphene_title( $title, $sep = '»', $seplocation = '' ){

    Let me know if that sorts it out.

    Wiesel

    #23146

    Yuhu. That fixed it :-))) Thanks a lot.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.