• Resolved pokexpert

    (@pokexpert)


    Hello everyone, i am in charge of maintening a website which uses wp_job_manager

    When viewing a job, none of the details are visible.

    I went into the code and saw this

    <?php
    
    				$job_profil = get_post_meta( $post->ID, '_job_profil', true );
    				echo apply_filters( 'the_content', $job_profil );
    
    				?>

    $job_profil is an empty string… when i remove the ‘_job_profil’ filter i get all my meta tags.

    What is the normal behavior to do with these tags? I shouldnt do a switch case by myself, no…?

    Thanks

    • This topic was modified 7 years, 9 months ago by pokexpert.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[basic help…?] Getting job details’ is closed to new replies.