Title: warning in single.php
Last modified: August 21, 2016

---

# warning in single.php

 *  Resolved [Zhuo](https://wordpress.org/support/users/allarem/)
 * (@allarem)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-in-singlephp/)
 * `Warning: printf() [function.printf]: Too few arguments in /home/allaremi/public_html/
   blog/wp-content/themes/independent-publisher/single.php on line 31`
 *     ```
       <div id="taglist">
       <?php printf( $tag_list ); ?>
       </div>
       ```
   
 * change to
 *     ```
       <div id="taglist">
       <?php echo( $tag_list ); ?>
       </div>
       ```
   
 * can fix this bug.

Viewing 1 replies (of 1 total)

 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-in-singlephp/#post-4847188)
 * Thanks so much for the report! I’ve fixed this [here](https://github.com/raamdev/independent-publisher/commit/4697186dae0ced9699d8d20edcae286b6434cc91)
   and will push this out with the next theme update.

Viewing 1 replies (of 1 total)

The topic ‘warning in single.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/independent-publisher/1.8/screenshot.
   png)
 * Independent Publisher
 * [Support Threads](https://wordpress.org/support/theme/independent-publisher/)
 * [Active Topics](https://wordpress.org/support/theme/independent-publisher/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/independent-publisher/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/independent-publisher/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/warning-in-singlephp/#post-4847188)
 * Status: resolved