Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Dan (a11n)

    (@drawmyface)

    Sorry, but we aren’t able to help with custom code requests like this. You may want to look into one of these services:

    https://jobs.wordpress.net/

    https://studio.envato.com/

    https://codeable.io/

    Thanks!

    Thread Starter Uprootednut

    (@uprootednut)

    Is it a custom code request, rather just wanting to show a field that already exisits with in the plugin on the job. Seem pretty crazy to have category as a feature then not be able to show it to the users?

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    The categories are currently used with the jobs shortcode so you can filter jobs by category, so it is considered a custom request to do something different than what the plugin currently offers.

    I have added an enhancement request for us to consider adding this in the future; you can follow along at https://github.com/Automattic/WP-Job-Manager/issues/799

    Create a new template for content-job_listing.php and on line 21 insert.

    
    <div class="job_listing-category job_listing__column job_category ">
         <a href="#" class="job-category"><?php the_terms( $post->ID, 'job_listing_category', '', ' / ' ); ?></a>
    </div>
    

    You’ll need to edit the CSS etc. but this will get you started.

    • This reply was modified 8 years, 1 month ago by wfinley.
    Thread Starter Uprootednut

    (@uprootednut)

    Thanks for sharing, does what I need.

    Plugin Contributor Davor

    (@davoraltman)

    Also noting that this option will be included in the next WP Job Manager major release.

    Jon

    (@freshyjon)

    Has this been added yet? I’m not seeing it show up…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Category in jobs list’ is closed to new replies.