Changing Date of site

This topic contains 17 replies, has 4 voices, and was last updated by  Alex Rollin 7 years, 2 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #411076

    timgtheo
    Expired Member
    Post count: 211

    Hi there

    Left it late as usual. Can’t seem to remember how to change the cite copyright date at the bottom of the page. It is a multi-site and I’ve been in and changed the footer.php but nothing seems to have changed.

    Regards
    Tim

    ps Happy New Year

    #411086

    Guust
    Moderator
    Post count: 29970

    It all depends what theme you are using. And you may have to change it site by site.

    Adding this means you never have to change it 🙂

    <?php echo date('Y'); ?>
    #411108

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411111

    Guust
    Moderator
    Post count: 29970
    #411116

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411126

    Kor
    Moderator
    Post count: 16516

    Hi timgtheo,

    Install the Code Snippet plugin and insert the code below directly over there or anywhere within the functions.php file.

    
    
    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 '© '. date('Y') . ' Geodirectory';
    }
    #411130

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411141

    Guust
    Moderator
    Post count: 29970

    Please post your WP admin details, so we will check it out.

    #411143

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411147

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #411149

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411152

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #411239

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
    #411243

    Guust
    Moderator
    Post count: 29970

    You just need to clear the cache. You are running 2 caching plugins.
    Please check.

    #411248

    timgtheo
    Expired Member
    Post count: 211
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 18 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