Title: Featured Image
Last modified: April 1, 2020

---

# Featured Image

 *  Resolved [Joao Almeida](https://wordpress.org/support/users/t3mujin/)
 * (@t3mujin)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-461/)
 * My theme highly depends in the featured image, but when I create a job opening
   I have no option so set one, which makes me end up getting a solid block of color
   when opening the job opening details page. Is there a way to set the featured
   image when creating a job opening?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [vidyakv](https://wordpress.org/support/users/vidyakv/)
 * (@vidyakv)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12617088)
 * Hi [@t3mujin](https://wordpress.org/support/users/t3mujin/),
 * Thanks for reaching out to us.
 * By default, we don’t support featured images. But, you can use the below code
   if you are familiar with theme customizations to add this feature. Please go 
   to your child theme functions.php file and paste this code snippet.
 *     ```
       /**
        * Add featured image support for job openings.
        * 
        * @param array $args arguments.
        * @return array
        */
       function awsm_job_openings_args( $args ) {
       	$args['supports'][] = 'thumbnail';
       	return $args; 
       }
       add_filter( 'awsm_job_openings_args', 'awsm_job_openings_args' );
       ```
   
 * Regards,
    Vidya K V
 *  [techgig101](https://wordpress.org/support/users/techgig101/)
 * (@techgig101)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12654250)
 * I past code but and it’s working I set image but not visible in job listing
 *  Plugin Support [vidyakv](https://wordpress.org/support/users/vidyakv/)
 * (@vidyakv)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12654453)
 * Could you please share with us the URL of job listing page?
 *  [matteograser](https://wordpress.org/support/users/matteograser/)
 * (@matteograser)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12713556)
 * same problem
 *  Plugin Support [vidyakv](https://wordpress.org/support/users/vidyakv/)
 * (@vidyakv)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12717943)
 * Hi [@matteograser](https://wordpress.org/support/users/matteograser/),
 * Did you try the code snippet we given above? If still, it is not working please
   share with us the URL of the job listing page.
 * Regards,
    Vidya K V

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured Image’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-openings/assets/icon.svg?rev=3525528)
 * [HireZoot – Job Listings, Career Page & Recruitment Tool](https://wordpress.org/plugins/wp-job-openings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-openings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-openings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-openings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-openings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-openings/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 5 replies
 * 4 participants
 * Last reply from: [vidyakv](https://wordpress.org/support/users/vidyakv/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/featured-image-461/#post-12717943)
 * Status: resolved