"© 2017"

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 6 years, 10 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #385498

    Abel Campos
    Free User
    Post count: 6

    Good Morning!

    Hello, I would like to know how to permanently remove the text at the bottom of the page: “© 2017 national video marketing association” WordPress Directory Theme by GeoDirectory “.
    Thank you

    #385533

    Kor
    Moderator
    Post count: 16516

    Hi Abel,

    Which theme are you using? Could you please share WP temp admin so that I check and see if it’s removable using custom CSS.

    Thanks!

    #385538

    Abel Campos
    Free User
    Post count: 6

    Good Morning!

    Hello, my theme is this: https://wpgeodirectory.com/downloads/geo-1280-genesis-child-theme/

    I do not understand what else he asks of me …

    Thank you!

    #385541

    Kor
    Moderator
    Post count: 16516

    Hi Abel,

    Kindly check your functions.php file for

    //* Add My Custom Footer Links

    
    
    add_filter('genesis_footer_creds_text', 'custom_footer_creds_text');
    function custom_footer_creds_text($creds) {
     $creds = '[footer_copyright] ' . get_bloginfo('name') . ' &bull; <a href="http://wpgeothemes.com/">WordPress Directory Theme</a> by <a href="http://wpgeothemes.com/">WP Geo Themes</a>';
     return  $creds;
    }

    You can edit that.

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