Results 1 to 1 of 1

Thread: How to turn meta taxonomies on job listing into a easy to handle list ! SOLVED

  1. #1
    Thread Starter
    malave's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    54
    Thanks
    0
    Thanked 3 Times in 3 Posts

    How to turn meta taxonomies on job listing into a easy to handle list ! SOLVED

    This was posted by the great jomarkosabel!!! Awesome way to handle the list at the bottom.


    Find this:
    <p class="meta"><em><?php the_taxonomies(); ?> <?php if (!jr_check_expired($post) && jr_remaining_days($post)!='-') : ?><?php _e('Job expires in', 'appthemes') ?> <strong><?php echo jr_remaining_days($post); ?></strong>.<?php endif; ?></em></p>


    and replace it with this:

    <p><strong>Salary</strong></p>
    <p><?php the_terms( $post->ID, 'job_salary', '', ', ', ' '); ?> </p>
    <p><strong>Job Type</strong></p>
    <p><?php the_terms( $post->ID, 'job_type', '', ', ', ' '); ?> </p>
    <p><strong>Categories</strong></p>
    <p><?php the_terms( $post->ID, 'job_cat', '', ', ', ' '); ?> </p>
    <p><?php if (!jr_check_expired($post) && jr_remaining_days($post)!='-') : ?><?php _e('Job expires in', 'appthemes') ?> <strong><?php echo jr_remaining_days($post); ?></strong>.<?php endif; ?></p>


    Thanks a MILLION Appthemes! and jomarkosabel.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to turn meta taxonomies on job listing into a list ?
    By modyssee in forum JobRoller General Discussion
    Replies: 7
    Last Post: May 1st, 2013, 04:03 PM
  2. Jomark How to get rid of 'job categories' in post meta in single job listing
    By dirkjanrebel in forum Report JobRoller Bugs
    Replies: 3
    Last Post: February 15th, 2013, 09:16 AM
  3. Replies: 1
    Last Post: March 10th, 2012, 09:39 AM
  4. Individual Meta Text in every single Ad Listing and Dropdown List Widget
    By grafro in forum ClassiPress General Discussion
    Replies: 5
    Last Post: December 28th, 2011, 06:53 AM