single-jobs.php didn’t work with today update 1.6.9
-
Hi,
with the today update this solution didn’t work again. I use the X-Theme and my jobs/single-jobs.php is in child Theme with this code:
<?php function add_single_job() { ?> <div class="wrap"> <?php if( function_exists('get_job_fields') ) get_job_fields(); ?> </div> <?php } add_action( 'x_before_the_content_begin', 'add_single_job', 10 );
Now i get a blank white page.
If i use the standard single-jobs.php i get the site without header and footer.
Can you please help
Regards
DanielThe page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘single-jobs.php didn’t work with today update 1.6.9’ is closed to new replies.