Hoe kunnen we helpen?
Footer copyright & Website link
FOOTER COPYRIGHT
© Copyright 2025 – “naam website/domein – Website created by <a href=”https://comitsu.com” target=”_blank”>Comitsu</a> [nolink]
[nolink] verwijderd de standaard tekst van Kriesi.
Aanpassen [cur-year] tbv van copyright dit doe je in de thema functions.php
***********************************
COPYRIGHT JAAR IN FOOTER
In THEMAFUNCTIONS editor
<?php
function avia_year_func( $atts ){
return date(“Y”);
}
add_shortcode( ‘cur_year’, ‘avia_year_func’ );
***********************************
