opendatasicilia / opendatasicilia.it

Il sito di Open Data Sicilia
https://opendatasicilia.it/
5 stars 0 forks source link

rimuovere copyright dal footer #56

Closed aborruso closed 2 years ago

aborruso commented 2 years ago

Per farlo basta modificare il file ./templates/parts/footer/footer_credits.php e rimuovere ©.

Farlo sul tema child.

<?php
/**
 * The template for displaying the footer credits
 *
 */
?>
<div id="footer__credits" class="footer__credits" <?php czr_fn_echo('element_attributes') ?>>
  <p class="czr-copyright">
    <span class="czr-copyright-text">&copy;&nbsp;<?php echo esc_html( date('Y') ) ?>&nbsp;</span><a class="czr-copyright-link" href="<?php echo esc_url( home_url() ) ?>" title="<?php echo esc_attr( get_bloginfo() ) ?>"><?php echo esc_html( get_bloginfo() ) ?></a><span class="czr-rights-text">&nbsp;&ndash;&nbsp;<?php _e( 'All rights reserved', 'customizr') ?></span>
  </p>
  <p class="czr-credits">
    <span class="czr-designer">
      <span class="czr-wp-powered"><span class="czr-wp-powered-text"><?php _e( 'Powered by', 'customizr') ?>&nbsp;</span><a class="czr-wp-powered-link" title="<?php _e( 'Powered by WordPress', 'customizr' ) ?>" href="<?php echo esc_url( __( 'https://wordpress.org/', 'customizr' ) ); ?>" target="_blank" rel="noopener noreferrer">WP</a></span><span class="czr-designer-text">&nbsp;&ndash;&nbsp;<?php printf( __('Designed with the %s', 'customizr'), sprintf( '<a class="czr-designer-link" href="%1$s" title="%2$s">%2$s</a>', esc_url( CZR_WEBSITE . 'customizr' ), __('Customizr theme', 'customizr') ) ); ?></span>
    </span>
  </p>
</div>
gbvitrano commented 2 years ago

Footer personalizzato nel tema child, Grazie grazie

<?php
/**
 * The template for displaying the footer credits
 *
 */
?>
<div><img src="https://opendatasicilia.it/wp-content/uploads/2021/12/cc_icon_white_x2.png"  title="Tutti i contenuti del blog di OpenDataSicilia.it sono distribuiti con Licenza Creative Commons Attribuzione - Condividi allo stesso modo 4.0 Internazionale (CC BY-SA 4.0) tranne diversa indicazione." width="36" height="36" alt=""/></a>&nbsp;<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" ><img src="https://opendatasicilia.it/wp-content/uploads/2021/12/attribution_icon_white_x2.png" title="Attribuzione" width="36" height="36" alt=""/></a>&nbsp;<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" ><img src="https://opendatasicilia.it/wp-content/uploads/2021/12/sa_white_x2.png" title="Stessa Licenza" width="36" height="36" alt=""/></a><div class="footer-ods"> <medium>Tutti i contenuti del blog di&nbsp;<a title="OpenDataSicilia.it" href="https://opendatasicilia.it/">OpenDataSicilia.it</a>&nbsp;sono distribuiti<br>con licenza&nbsp;<a title="Licenza Creative Commons" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>&nbsp;tranne diversa indicazione.</medium><a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" ><a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank" ><br><br> </div></div>