<?php add_action( 'wp_footer', 'wptq_copyright', 100 ); function wptq_copyright() { echo '<p class="copyright">© WP Tửu Quán '.date('Y').'. All Right reserved</p>'; }