Title: Fix for undefined $count variable
Last modified: April 1, 2017

---

# Fix for undefined $count variable

 *  [dspaete](https://wordpress.org/support/users/dspaete/)
 * (@dspaete)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/fix-for-undefined-count-variable/)
 * There are two occurrences of
 * `for ($i=0;$i<$count_posts;$i++)`
 * Each of them can be altered like this
 * `for ($i=0,$count=0;$i<$count_posts;$i++)`
 * in order to get rid of the undefined variable `$count` notices in debug mode.

The topic ‘Fix for undefined $count variable’ is closed to new replies.

 * ![](https://ps.w.org/visual-editor-custom-buttons/assets/icon-256x256.png?rev
   =1116627)
 * [Visual Editor Custom Buttons](https://wordpress.org/plugins/visual-editor-custom-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-editor-custom-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-editor-custom-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-editor-custom-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-editor-custom-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-editor-custom-buttons/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [dspaete](https://wordpress.org/support/users/dspaete/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/fix-for-undefined-count-variable/)
 * Status: not a support question