How can i edit this footer.php and write my own footer
-
<div class=”site-info”>
<?php if( $accesspress_mag_copyright_symbol == 1 ){ ?>
<span class=”copyright-symbol”> © <?php echo esc_html(date( ‘Y’ )); ?></span>
<?php } ?>
“>
<?php
if( !empty( $accesspress_mag_copyright_text ) ){
echo ‘<span class=”copyright-text”>’.esc_html( $accesspress_mag_copyright_text ).'</span>’;
}
?>
</div><!– .site-info –> -
You can’t as you don’t have access to system and theme files on the wordpress.com platform.
- The topic ‘How can i edit this footer.php and write my own footer’ is closed to new replies.