badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: [the-year] & [site-link] tags in footer not working..

#23145

Hi downtownuk,

the above shorcodes falls under the plugins territory now. So we cannot use such shortcode inside the theme. you may use below code in your child theme. Hope this may help you.
$output = '<div class="copyright">'.__( 'Copyright &copy;', 'attitude' ).' '.attitude_the_year().' ' .attitude_site_link().' | ' . ' '.__( 'Theme by:', 'attitude' ).' '.attitude_themehorse_link().' | '.' '.__( 'Powered by:', 'attitude' ).' '.attitude_wp_link() .'</div><!-- .copyright -->';

Thank you!