• Resolved damdo6996

    (@damdo6996)


    Hi everyone,
    i read many posts and tutorials explaining the templates override process but i cannot get it to work.

    After copying the entire Templates folder to my theme folder, i updated the file named content-job_listing.php simply to invert two columns :

    <ul class=”meta”>
    <?php do_action( ‘job_listing_meta_start’ ); ?>

    <li class=”job-type <?php echo get_the_job_type() ? sanitize_title( get_the_job_type()->slug ) : ”; ?>”><?php the_job_type(); ?>
    <li class=”date”><date><?php printf( __( ‘%s ago’, ‘wp-job-manager’ ), human_time_diff( get_post_time( ‘U’ ), current_time( ‘timestamp’ ) ) ); ?></date>

    <?php do_action( ‘job_listing_meta_end’ ); ?>

    <div class=”location”>
    <?php the_job_location( false ); ?>
    </div>

    When checking online, after clearing out my browser cache files, it’s not appearing.

    The URL of the site is> http://www.talentexpert.fr/offres-emploi/

    Any help would be greatly appreciated.
    thanks

    https://wordpress.org/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Template Override problem’ is closed to new replies.