I went and changed my permalinks to just the permalink name, and now they are showing up. So I guess I solved the problem. However, if I wanted to have my own permalink structure, how would this be solved?
<?php echo apply_filters( 'the_title', $page_hours -> post_title ); ?>
I figured out what I was looking to do. Thanks.