Where do i input this code?

[ad_1]

Additional CSS
please direct me to where i put this in

[https://wpjobmanager.com/document/customising-job-application-process/])

<?php
if
(
$apply
= get_the_job_application_method() ) : ?>
<?php
if
(
‘url’
===
$apply
->type ) : ?>
<div
class
=
“job_application application”
>
<a href=
“<?php echo esc_url( $apply->url ); ?>”
class
=
“application_button button”
target=
“_blank”
rel=
“nofollow”
>Apply Now</a>
</div>
<?php
else
: ?>
<?php wp_enqueue_script(
‘wp-job-manager-job-application’
); ?>
<div
class
=
“job_application application”
>
<?php do_action(
‘job_application_start’
,
$apply
); ?>
<input type=
“button”
class
=
“application_button button”
value=
“<?php _e( ‘Apply for job’, ‘wp-job-manager’ ); ?>”
/>
<div
class
=
“application_details”
>
<?php
/**
* job_manager_application_details_email or job_manager_application_details_url hook
*/
do_action(
‘job_manager_application_details_’
.
$apply
->type,
$apply
);
?>
</div>
<?php do_action(
‘job_application_end’
,
$apply
); ?>
</div>
<?php
endif
; ?>
<?php
endif
; ?>

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer