diff --git a/helpers.php b/helpers.php index ea6e04ae..111b6178 100644 --- a/helpers.php +++ b/helpers.php @@ -187,12 +187,15 @@ if ( ! function_exists( 'sp_post_table' ) ) { $ids = array_slice( $ids, $offset, $length ); endif; endif; + $i = 0; foreach ( $ids as $id ): if ( !$id ) continue; if ( $data ) $data_values = (array)get_post_meta( $id, $data, false ) ?>