• Closed
  • S.B.
    Spectator
    30.11.2013 at 15:48 #8167

    where can i change the footer copywrite information?

    Rosdi Ahmad
    Spectator
    Posts: 49
    29.05.2014 at 06:02 #9882

    Just tried, not working.

    The coding:

    function evolve_copy() {

    ?>
    <p><font size=”2″>Copyright ©
    <?php
    $copyYear = 2012;
    $curYear = date(‘Y’);
    echo $copyYear . (($copyYear != $curYear) ? ‘ – ‘ . $curYear : ”);
    echo “:”
    ?>
    <a href=”<?php echo home_url( ‘/’ ) ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”> <?php echo get_bloginfo( ‘name’ ); ?> (No. Co.: 002150501-X). All Rights Reserved. </a><br>
    <?php echo stripslashes($sd_data[‘copyright’]); ?>
    Maintained by: <a href=”http://www.serbaneka.net&#8221; target=”_blank”> Sdina Integrated</a></font></p>

    <?

    }

    Roman
    Spectator
    Posts: 3147
    29.05.2014 at 10:09 #9888

    you would need to print the function evolve_copy() . in footer.php file try insert before this function evlfooter_hooks()

    Code:
    echo evolve_copy();
    Rosdi Ahmad
    Spectator
    Posts: 49
    29.05.2014 at 16:23 #9900

    It works. Thanks.

    Markus Wiengarn
    Spectator
    Posts: 6
    18.07.2014 at 16:02 #10211

    but where can i change the copyright font color?

    Roman
    Spectator
    Posts: 3147
    20.07.2014 at 21:23 #10217

    you would need to use a Custom CSS