| @@ -87,15 +87,8 @@ | ||
| 87 | 87 | </td> |
| 88 | 88 | <td><?php _e( 'Only display items with a featured image.', 'wp-ultimate-post-grid' ); ?></td> |
| 89 | 89 | </tr> |
| 90 | 90 | <tr class="wpupg_divider"> |
| 91 | - <td><label for="wpupg_limit_posts_offset"><?php _e( 'Offset Items', 'wp-ultimate-post-grid' ); ?></label></td> | |
| 92 | - <td> | |
| 93 | - <input type="number" name="wpupg_limit_posts_offset" id="wpupg_limit_posts_offset" value="<?php echo $grid->limit_posts_offset(); ?>"/> | |
| 94 | - </td> | |
| 95 | - <td><?php _e( 'Exclude the first x items from the grid.', 'wp-ultimate-post-grid' ); ?></td> | |
| 96 | - </tr> | |
| 97 | - <tr> | |
| 98 | 91 | <td><label for="wpupg_limit_posts_number"><?php _e( 'Limit Total # Items', 'wp-ultimate-post-grid' ); ?></label></td> |
| 99 | 92 | <td> |
| 100 | 93 | <input type="number" min="1" name="wpupg_limit_posts_number" id="wpupg_limit_posts_number" value="<?php echo $grid->limit_posts_number(); ?>"/> |
| 101 | 94 | </td> |