Hi,
In widget.php, find the code:
</ul>
<?php
echo $args['after_widget'];
}
and add the following right after the <ul>
tag:
<center><a href="<?php echo get_option( 'resume_jobs_page' ); ?>">View All Current Jobs</a></center>
I should be releasing version 2.0 this weekend (hopefully), and I will add this fix to it so you won’t have to worry about overwriting it.