Results 1 to 6 of 6

Thread: XML-RPC Posting to JR - meta and expiration problems

  1. #1
    Thread Starter
    Senior Member seolution's Avatar
    Join Date
    Apr 2012
    Location
    Poland
    Posts
    142
    Thanks
    1
    Thanked 3 Times in 3 Posts

    XML-RPC Posting to JR - meta and expiration problems

    Hi,

    I'm trying to post job offers to my jobrollers using xml-rpc. There's no problem with custom_fields created in custom forms editor but for example I cannot pass anything to _how_to_apply or job expiration fields.

    Piece of my code below:

    PHP Code:
                    .......
                    
    'post_type' => 'job_listing',
                    
    'custom_fields' => array(
                        array(
    'key' => '_Company''value' => 'doesnt work'),
                        array(
    'key' => '_how_to_apply''value' => 'doesnt work too'),
                        array(
    'key' => '_jr_job_duration''value' => '45'), /* still doesnt work */
                        
    array('key' => 'app_my_custom_field''value' => 'works fine....'),
                        array(
    'key' => 'geo_address''value' => 'also works fine')
                        ),
                    
    'terms_names'  => array(
                        
    'job_cat' => array(
                            
    'job category'
                        
    ),
                    ...... 

  2. #2
    Thread Starter
    Senior Member seolution's Avatar
    Join Date
    Apr 2012
    Location
    Poland
    Posts
    142
    Thanks
    1
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Senior Member seolution's Avatar
    Join Date
    Apr 2012
    Location
    Poland
    Posts
    142
    Thanks
    1
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Senior Member seolution's Avatar
    Join Date
    Apr 2012
    Location
    Poland
    Posts
    142
    Thanks
    1
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    .................................................. .......................
    Jobs Germany
    Jobs Austria
    Jobs Switzerland

    .................................................. .......................

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: October 30th, 2012, 03:44 PM
  2. Expiration meta issue
    By shunarjuna in forum Report Vantage Bugs (Legacy)
    Replies: 4
    Last Post: August 27th, 2012, 07:52 AM
  3. Replies: 1
    Last Post: March 10th, 2012, 09:39 AM
  4. [SOLVED] New and Need help 2 - posting ad problems
    By citydealz in forum Help Using ClassiPress
    Replies: 10
    Last Post: April 21st, 2011, 04:26 PM
  5. Problems with posting an ad
    By lausha in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: December 31st, 2010, 06:11 PM