全部的
现在我正在使用WordPress,现在我有一个问题,我如何才能使我的文本字段输入值有效。这是我的密码
<p>
<label for="<?php echo $this->get_field_id(\'num_post\'); ?>">
<?php _e( \'Number of posts to show:\' ); ?>
<input id="<?php echo $this->get_field_id( \'num_post\' ); ?>" name="<?php echo $this->get_field_name( \'num_post\' ); ?>" type="text" value="<?php echo $instance[\'num_post\']; ?>" size="3" />
</label>
</p>