Title: template tag error
Last modified: August 31, 2016

---

# template tag error

 *  Resolved [kimberley65](https://wordpress.org/support/users/kimberley65/)
 * (@kimberley65)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/template-tag-error/)
 * I’m getting an error. do you know what i need to do to fix this?
 * Warning: printf(): Too few arguments in XXXXXXX/wp-content/themes/bizgrowth/inc/
   bizgrowth-template-tags.php on line 83
 * [https://wordpress.org/plugins/hide-n-disable-comment-url-field/](https://wordpress.org/plugins/hide-n-disable-comment-url-field/)

Viewing 1 replies (of 1 total)

 *  [yardobeef5](https://wordpress.org/support/users/yardobeef5/)
 * (@yardobeef5)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/template-tag-error/#post-7329990)
 * It is an error in the template. Go into the code and replace:
 * <?php printf( esc_attr__( ‘<cite class=”fn”>%s</cite> on’,’bizgrowth’, get_comment_author_link()));?
   >
 * with:
 * <?php printf( “<cite class=’fn’>” . esc_attr__( ‘%s’,’bizgrowth’) . “</cite> 
   on”, get_comment_author_link() ); ?>

Viewing 1 replies (of 1 total)

The topic ‘template tag error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hide-n-disable-comment-url-field.
   svg)
 * [Hide-n-Disable-comment-url-field](https://wordpress.org/plugins/hide-n-disable-comment-url-field/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-n-disable-comment-url-field/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-n-disable-comment-url-field/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-n-disable-comment-url-field/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-n-disable-comment-url-field/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-n-disable-comment-url-field/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [yardobeef5](https://wordpress.org/support/users/yardobeef5/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/template-tag-error/#post-7329990)
 * Status: resolved