Title tag

This topic contains 10 replies, has 3 voices, and was last updated by  Stiofan O’Connor 9 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #6476

    jltrinka
    Free User
    Post count: 183

    The title of my site is displaying twice. When you browse to my site, take a look at the page title displayed in the top tab to see what I mean.

    #6481

    jltrinka
    Free User
    Post count: 183
    This reply has been marked as private.
    #6552

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that’s a bug in GDF.

    You can fix adding this to your child theme functions.php for now:

    
    
    
    remove_all_filters('wp_title');
    
    

    I asked Stiofan to fix it in the main theme too.

    Thanks

    #6556

    jltrinka
    Free User
    Post count: 183

    I tried this and just get an error message on that line. The site doesn’t load. Is the syntax for this correct?

    I’m putting this between the PHP tags also, correct?

    #6560

    Paolo
    Site Admin
    Post count: 31206

    Please see attached file. It is functions.php of the GDF child theme of our demo…

    I just renamed it to txt so that I could attach it.

    Thx

    #6984

    jltrinka
    Free User
    Post count: 183

    I added the code. It is still not working if you browse to my site. Please see attachment.

    #7028

    Paolo
    Site Admin
    Post count: 31206

    can you provide wp admin credentials pls?

    I’ll have a look.

    Thx

    #7036

    jltrinka
    Free User
    Post count: 183
    This reply has been marked as private.
    #7040

    Paolo
    Site Admin
    Post count: 31206

    I don’t know why you said that you added it, in your child theme functions.php there was no :

    
    
    
    remove_all_filters('wp_title');

    see image attached.

    I added that line of code, saved and the title is fixed.

    Thx

    #7042

    jltrinka
    Free User
    Post count: 183

    This is very odd. I edited it with a text editor and uploaded the functions.php to the proper directory. I will do all of my function changes in WordPress directly. Thanks

    #9113

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This has been resolved, please update all GD

    Thanks,

    Stiofan

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket