Blog Thumbnail (as shown on single resume template) on Job Seeker Dashboard
I want to expose the blog thumbnail on the job seeker dashboard. I pasted the following code on line 76 of tpl-job-seeker-dashboard.php:
<?php if (has_post_thumbnail()) the_post_thumbnail('blog-thumbnail'); ?>
For some reason the thumbnail is not showing up. I assume this is because there is a function within this php file that hasn't loaded, preventing this code from being executed properly. What code/functions do I need to bootstrap in order to expose this thumbnail on this page?
Thanks