Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

vanquishla on "[Plugin: WP Job Manager] Single page job not working with theme"

$
0
0

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..


Viewing all articles
Browse latest Browse all 13924

Trending Articles