View widget-recent-posts.php
<?php | |
/** | |
* Widget for a Recent Posts | |
*/ | |
// Register and load the widget | |
function load_custom_widget() { | |
register_widget('Custom_Recent_Posts_Widget'); | |
} |