PluginProbe
WP Ultimate Post Grid / 2.4.0
WP Ultimate Post Grid v2.4.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | helpers/meta_boxes/meta_box_data_source.php +0 -7 2.6.02.4.0 View file →
@@ -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>