mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-20 23:50:56 +00:00
5 lines
237 B
PHTML
5 lines
237 B
PHTML
<p>
|
|
<label for="w3tc_latest">How many items would you like to display?</label>
|
|
<input id="w3tc_latest" type="text" name="w3tc_latest_items" value="<?php echo $this->_config->get_integer('widget.latest.items'); ?>" size="5" />
|
|
</p>
|