Deleting Footer

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 6 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #412084

    Cesar Nav
    Expired Member
    Post count: 43

    So I wanted to delete the footer on my geodirectory. I found a way someone from here helped me out.

    I added the snippet:

    function dt_remove_default_footer() {
    remove_action( ‘dt_footer_copyright’, ‘dt_footer_copyright_default’, 10 );
    add_action( ‘dt_footer_copyright’, ‘custom_dt_footer_copyright_text’, 10 );
    }
    add_action(‘init’, ‘dt_remove_default_footer’);

    function custom_dt_footer_copyright_text(){
    echo ‘ New Footer © 2017 ‘;
    }

    … issue is that now is showing again. 🙁

    please help?

    #412087

    Kor
    Moderator
    Post count: 16516

    Hi Cesar,

    Please use the new code snippet here https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ . Sorry for the hassle and the inconvenience.

    Thanks!

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

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

Open Support Ticket