}
?>
/>
        </td>
        <td><?php 
_e('Only display posts with a featured image.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
    <tr class="wpupg_divider">
        <td><label for="wpupg_limit_posts"><?php 
_e('Limit Posts', 'wp-ultimate-post-grid');
?>
</label></td>
        <td>
            <input type="checkbox" name="wpupg_limit_posts" id="wpupg_limit_posts" <?php 
if ($grid->limit_posts()) {
    echo 'checked="true" ';
}
?>
/>
            <?php 
echo $premium_only;
?>
        </td>
        <td><?php 
_e('Limit the posts that will be shown in the grid.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
</table>