Title: Template Override problem
Last modified: August 30, 2016

---

# Template Override problem

 *  Resolved [damdo6996](https://wordpress.org/support/users/damdo6996/)
 * (@damdo6996)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/template-override-problem-1/)
 * 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/](http://www.talentexpert.fr/offres-emploi/)
 * Any help would be greatly appreciated.
    thanks
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/template-override-problem-1/#post-6633181)
 * The code you pasted is invalid in a number of ways. For example, you don’t appear
   to be closing your `li` elements or the main `ul`.
 * Our tutorial shows you how to override template files, which you are doing correctly,
   but we cannot help troubleshoot custom code. You may want to look into one of
   these services:
 * [http://jobs.wordpress.net/](http://jobs.wordpress.net/)
 * [http://studio.envato.com/](http://studio.envato.com/)
 * [https://codeable.io/](https://codeable.io/)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Template Override problem’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [jobs](https://wordpress.org/support/topic-tag/jobs/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * 1 reply
 * 2 participants
 * Last reply from: [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/template-override-problem-1/#post-6633181)
 * Status: resolved