Title: mic3000's Replies | WordPress.org

---

# mic3000

  [  ](https://wordpress.org/support/users/mic3000/)

 *   [Profile](https://wordpress.org/support/users/mic3000/)
 *   [Topics Started](https://wordpress.org/support/users/mic3000/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mic3000/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mic3000/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mic3000/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mic3000/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mic3000/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Automatically close comments after X days: Not working with custom post types](https://wordpress.org/support/topic/automatically-close-comments-after-x-days-not-working-with-custom-post-types/)
 *  [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/automatically-close-comments-after-x-days-not-working-with-custom-post-types/#post-2528488)
 * hi Niall Doherty,
    i have the same problem…any solution? Thanks in advance!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add_image_size](https://wordpress.org/support/topic/add_image_size-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/add_image_size-1/#post-2560549)
 * Thanks for your reply!
    But if i need one proportional image with the exact dimensions?
   e.g. if i insert one image 1280 x 1024 and i need image 1. 980 x 300 (cropped)
   image 2. 245 x 75 i need this proportional from the image 1 dimensions, because
   if i use add_image_size( ‘my-thumb’, 245); the height is 196px and not 75px!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display multiple $meta_boxes into separate tables](https://wordpress.org/support/topic/how-to-display-multiple-meta_boxes-into-separate-tables/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/how-to-display-multiple-meta_boxes-into-separate-tables/#post-2186316)
 * And How Can i save post data?
    Thanks in advance!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/page/2/#post-2143693)
 * Ok with var_dump
 *     ```
       array
         0 =>
           array
             'name' => string 'First Name:' (length=11)
             'id' => string 'my_custom_meta_student_first_name' (length=33)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
         1 =>
           array
             'name' => string 'Last Name:' (length=10)
             'id' => string 'my_custom_meta_student_last_name' (length=32)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
         2 =>
           array
             'name' => string 'Phone:' (length=5)
             'id' => string 'my_custom_meta_student_phone' (length=28)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
   
       array
         0 =>
           array
             'name' => string 'First Name:' (length=11)
             'id' => string 'my_custom_meta_student_first_name' (length=33)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
         1 =>
           array
             'name' => string 'Last Name:' (length=10)
             'id' => string 'my_custom_meta_student_last_name' (length=32)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
         2 =>
           array
             'name' => string 'Phone:' (length=5)
             'id' => string 'my_custom_meta_student_phone' (length=28)
             'type' => string 'text' (length=4)
             'std' => string '' (length=0)
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143683)
 * if i put this on the line right before foreach ($this->meta_box_students_fields…
   i dont see nothing!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143680)
 * well, i see db, wordpress put data into db correctly, but only the first values.
 * If i try to add another values, wordpress save only the first line, then only
   the first student.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143678)
 * I meant inside at metabox
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143677)
 * OK.
    How can i display this saved data?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143674)
 * if i put foreach ($this->meta_box_students_fields[] as $field) { // save each
   option, i have this error
 * Fatal error: Cannot use [] for reading…
 * And if i use foreach ($this->meta_box_students_fields as $field) { // save each
   option, i dont see any changes.
 * Anyway im not able to display any saved data in this table, then i dont know 
   what was saved!
 * I thought i need a loop into my table…
 * Thx again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143671)
 * [pastebin](http://pastebin.com/bqJJCtdR)
 * Sorry for bad code, im not a good coder!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add custom field dynamically](https://wordpress.org/support/topic/add-custom-field-dynamically-1/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [15 years ago](https://wordpress.org/support/topic/add-custom-field-dynamically-1/#post-2143651)
 * Hi i have made a screenshot for explain my situation.
    [image](http://i51.tinypic.com/34jd2lg.gif)
   With add student button i append with jquery any row in my table, but when i 
   update my post wordpress save only the first student.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_terms not working in theme options panel](https://wordpress.org/support/topic/get_terms-not-working-in-theme-options-panel/)
 *  [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/get_terms-not-working-in-theme-options-panel/#post-1694402)
 * I’m sorry, I know that discussion is dated, but I would like to know how you 
   solved the problem. I’m in the same situation!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Post Type Replace the_content() in loop](https://wordpress.org/support/topic/custom-post-type-replace-the_content-in-loop/)
 *  Thread Starter [mic3000](https://wordpress.org/support/users/mic3000/)
 * (@mic3000)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-replace-the_content-in-loop/#post-2000102)
 * It is the right way?

Viewing 13 replies - 1 through 13 (of 13 total)