Results 1 to 9 of 9

Thread: Code for custom field in edit resume template

  1. #1
    Thread Starter
    Member bluesalman's Avatar
    Join Date
    Aug 2011
    Location
    United Arab Emirates
    Posts
    99
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Code for custom field in edit resume template

    I got success in crating child theme, now trying to learn how to play with to customize my templates(tpl pages). i want to add some fields in resume and job pages.

    firstly what are the related places where i need to make changes to achieve custom fields on those pages and to be stored as well.

    Following is an example of code i added to resume_template for a new field, but nothing happen . obviously its because i don't know how to do it.


    $terms = wp_get_post_terms($resume_id, 'degree');
    $terms_array = array();
    foreach ($terms as $t) $terms_array[] = $t->name;
    $posted['degree'] = implode(', ', $terms_array);

    Please some coding & jobroller expert help in customizing theme.

  2. The Following User Says Thank You to bluesalman For This Useful Post:

    biggus (October 29th, 2011)

  3. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. The Following User Says Thank You to jomarkosabel For This Useful Post:

    jobortunity (November 3rd, 2011)

  5. #3
    Thread Starter
    Member bluesalman's Avatar
    Join Date
    Aug 2011
    Location
    United Arab Emirates
    Posts
    99
    Thanks
    1
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #4
    jobortunity's Avatar
    Join Date
    Oct 2011
    Location
    Kitchener, Ontario
    Posts
    153
    Thanks
    11
    Thanked 11 Times in 9 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #5
    jobortunity's Avatar
    Join Date
    Oct 2011
    Location
    Kitchener, Ontario
    Posts
    153
    Thanks
    11
    Thanked 11 Times in 9 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #6
    Thread Starter
    Member bluesalman's Avatar
    Join Date
    Aug 2011
    Location
    United Arab Emirates
    Posts
    99
    Thanks
    1
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. The Following User Says Thank You to bluesalman For This Useful Post:

    jobortunity (October 28th, 2011)

  10. #7
    jobortunity's Avatar
    Join Date
    Oct 2011
    Location
    Kitchener, Ontario
    Posts
    153
    Thanks
    11
    Thanked 11 Times in 9 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. #8
    jobortunity's Avatar
    Join Date
    Oct 2011
    Location
    Kitchener, Ontario
    Posts
    153
    Thanks
    11
    Thanked 11 Times in 9 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  12. #9
    jobortunity's Avatar
    Join Date
    Oct 2011
    Location
    Kitchener, Ontario
    Posts
    153
    Thanks
    11
    Thanked 11 Times in 9 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. cannot edit custom field
    By lcnarciso88 in forum Help Using ClassiPress
    Replies: 12
    Last Post: November 22nd, 2014, 04:17 AM
  2. edit Resume
    By slmedia in forum Report JobRoller Bugs
    Replies: 4
    Last Post: April 30th, 2012, 10:55 AM
  3. about Edit Custom Field
    By bennetcq in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 25th, 2011, 09:41 AM
  4. i want to edit a custom field, want to download the page .?
    By dexxmo in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: June 28th, 2010, 09:18 AM
  5. Can WP short code be used in theme template pages?
    By dollarpermile.com in forum Help Using ClassiPress
    Replies: 5
    Last Post: June 1st, 2010, 12:58 AM