Its a blank custom theme... It is all built from scratch..
https://wpjobmanager.com/document/dealing-troublesome-themes/
I did follow these steps I have tried..
Adding single-job_listing.php file with
<?php while ( have_posts() ) : the_post(); ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-content">
<?php the_content(); ?>
</div><!-- .entry-content -->
<?php endwhile; // end of the loop. ?>
Doesnt work...
I tried removing all content from single.php and putting above coding and also didnt work..