Results 1 to 4 of 4

Thread: How do I list the latest jobs in a particular category on a page?

  1. #1
    Thread Starter
    Junior Member corecruitment's Avatar
    Join Date
    Mar 2012
    Location
    Spain
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How do I list the latest jobs in a particular category on a page?

    I have several categories (UK jobs, Middle East Jobs, etc)

    I know how to add the latest jobs:

    ------------------------

    <?php
    $args = jr_filter_form();
    query_posts($args);

    // call the main loop-job.php file
    get_template_part( 'loop', 'job' );
    ?>

    <?php jr_paging(); ?>

    <?php wp_reset_query(); ?>

    ------------------------

    but I need to have the latest jobs only showing a particular category.

    I need to do this so each category has a different header so I can add a country graphic to each.

    Anyone know how to do this?

    Thank you!

  2. #2
    evertsemeijn's Avatar
    Join Date
    Jan 2011
    Location
    Amsterdam, The Netherlands
    Posts
    103
    Thanks
    0
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    We do more than JobRoller childthemes at FourLeafed.com

  3. #3
    Thread Starter
    Junior Member corecruitment's Avatar
    Join Date
    Mar 2012
    Location
    Spain
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Junior Member corecruitment's Avatar
    Join Date
    Mar 2012
    Location
    Spain
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I list the latest jobs on any particular page
    By corecruitment in forum Report JobRoller Bugs
    Replies: 13
    Last Post: April 16th, 2012, 09:48 AM
  2. How to Block Latest Jobs on front page ?
    By woreillyjr in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 27th, 2012, 07:06 AM
  3. How to show latest jobs only in home page.
    By cnsbdiva in forum JobRoller General Discussion
    Replies: 3
    Last Post: June 7th, 2011, 10:08 PM
  4. how to list Category on a new page, just like the directory style on home page?
    By dxf9001 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: June 4th, 2011, 08:36 AM
  5. jobroller home page only show 5 latest jobs
    By sportingjobs in forum Report JobRoller Bugs
    Replies: 1
    Last Post: November 24th, 2010, 05:16 PM