Edit Copyright section in footer

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

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

Open Support Ticket
  • Author
    Posts
  • #478225

    jj55
    Expired Member
    Post count: 16

    Followed previous support requests on this but no idea whwere to add the snippet to?

    #478243

    Alex Rollin
    Moderator
    Post count: 27815

    How can we help?

    #478313

    jj55
    Expired Member
    Post count: 16

    Well I followed this link,

    https://wpgeodirectory.com/support/topic/edit-copyright-section-in-footer/#post-441541

    but it doesn’t say where to add the code within the snippet plugin?

    Or am I missing something?

    #478329

    Alex Rollin
    Moderator
    Post count: 27815

    Within the snippet plugin click Add New then paste the snippet and save.

    #478334

    jj55
    Expired Member
    Post count: 16

    ok, thanks that worked much appreciated.

    How do I include auto date update? Please.

    #478342

    jj55
    Expired Member
    Post count: 16

    Just found also can’t add a link within the footer?

    #478343

    Kor
    Moderator
    Post count: 16516

    Hi jj55,

    Thanks for your reply. You can try using the custom PHP code below.

    add_action('after_setup_theme', '_my_sd_footer_changes',15); 
    function _my_sd_footer_changes(){
    	remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 );
        remove_action( 'dt_footer_copyright', 'sd_footer_copyright_default', 10 );
        add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 );
    }
    
    function custom_dt_footer_copyright_text(){
        echo '© '. date("Y").' Supreme Theme LLC. All Rights Reserved.';
    }
    #478351

    jj55
    Expired Member
    Post count: 16

    Great that workedthanks very much.
    Could you help with the link also possibly and how to include that an external link to a website address with text like say click here?

    #478468

    Kor
    Moderator
    Post count: 16516

    Hi jj55,

    Thanks for your reply. You can just insert a footer widget and insert your hyperlink over there. https://www.w3schools.com/html/html_links.asp

    Thanks!

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount