Results 1 to 2 of 2

Thread: Show all jobs from a certain category

  1. #1
    Thread Starter
    Newbie mamamia's Avatar
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Show all jobs from a certain category

    Hi,
    I am trying to show a list of categories from Job Categories, but it is returning invalid taxonomy.
    My code is as follows

    Code:
    $terms = get_terms(APP_TAX_CAT, array('hide_empty' => 0));
    foreach ($terms as $term) {
    print_r($term);
    }
    I have tried replacing APP_TAX_CAT with 'job_cat' although this is the same value.

    any ideas?

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RSS problem don´t show new jobs
    By ayelmo in forum Report JobRoller Bugs
    Replies: 2
    Last Post: July 13th, 2011, 09:35 AM
  2. 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
  3. [SOLVED] New jobs offert don't show the Job Type ?
    By 05414397 in forum Report JobRoller Bugs
    Replies: 3
    Last Post: April 1st, 2011, 03:40 PM
  4. Show parent category in index, search result and category
    By setempat in forum ClassiPress General Discussion
    Replies: 1
    Last Post: January 7th, 2011, 04:02 AM