error/warning

This topic contains 3 replies, has 2 voices, and was last updated by  Simone 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #28839

    ray-ramon-r
    Free User
    Post count: 101

    I just noticed this warning in my blog page. I was editing the meta information and noticed it. What does it mean and how do I fix it?

    Warning: Missing argument 2 for geodir_single_post_title() in /home4/instcert/public_html/encuentramaz.com/wp-content/plugins/geodirectory/geodirectory_hooks_actions.php on line 1290

    #28841

    Simone
    Expired Member
    Post count: 3515

    Hello, this is only a warning, not an error, you can hide them adding this

    
    
    error_reporting(E_ERROR);
    

    in your child theme’s functions.php

    #29009

    ray-ramon-r
    Free User
    Post count: 101

    can you please explain how to add. thank you

    #29041

    Simone
    Expired Member
    Post count: 3515

    Open the functions.php inside your child theme folder, with any text editor, and add that code at the bottom, just before the closing tag ?>

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

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

Open Support Ticket