• Closed
  • S.B.
    Spectator
    November 30, 2013 at 3:48 pm #8167

    where can i change the footer copywrite information?

    Rosdi Ahmad
    Spectator
    Posts: 49
    May 29, 2014 at 6:02 am #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
    May 29, 2014 at 10:09 am #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
    May 29, 2014 at 4:23 pm #9900

    It works. Thanks.

    Markus Wiengarn
    Spectator
    Posts: 6
    July 18, 2014 at 4:02 pm #10211

    but where can i change the copyright font color?

    Roman
    Spectator
    Posts: 3147
    July 20, 2014 at 9:23 pm #10217

    you would need to use a Custom CSS