Title: [plugin] Custom Field Template &#8211; Multiple Fields Error?
Last modified: August 19, 2016

---

# [plugin] Custom Field Template – Multiple Fields Error?

 *  [Lucian Florian](https://wordpress.org/support/users/fldtrace/)
 * (@fldtrace)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-multiple-fields-error/)
 * I simply love using [custom field template](http://wordpress.org/extend/plugins/custom-field-template/)
   but I encountered a problem when I try to use multiple fields.
 * What I try to accomplish, is an image floated to left and text on the right of
   it.
 * The problem is that the fields are not showing up, just the last inserted one.
   Also, when I try to delete a created field won’t delete it in page view.
 * I tried with last version of plugin on both 2.7.1 and 2.8 wordpress versions.
 * Here is my code:
 * custom field setting template:
 *     ```
       [left_portrait]
       type = textarea
       rows = 4
       cols = 20
       mediaButton = true
       multiple = true, startNum = 5, endNum = 10, multipleButton = true
   
       [right_text]
       type = textarea
       rows = 6
       cols = 40
       tinyMCE = true
       multiple = true, startNum = 5, endNum = 10, multipleButton = true
       ```
   
 * My simplified loop:
 *     ```
       <?php if(have_posts()) : ?><?php while(have_posts()) : the_post();
   
       			$left_portrait = get_post_meta($post->ID, 'left_portrait', true);
   
       			$right_text = get_post_meta($post->ID, 'right_text', true);
   
       			?>	
   
       <div class="left_portrait"><?php echo$left_portrait ;?></div>
   
                               <div class="right_text"><?php echo$right_text ;?></div>
   
       				<?php endwhile; ?>
   
                       <?php endif; ?>
       ```
   
 * Any help here?

Viewing 1 replies (of 1 total)

 *  Thread Starter [Lucian Florian](https://wordpress.org/support/users/fldtrace/)
 * (@fldtrace)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-multiple-fields-error/#post-1127031)
 * So nobody knows?

Viewing 1 replies (of 1 total)

The topic ‘[plugin] Custom Field Template – Multiple Fields Error?’ is closed to
new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [Lucian Florian](https://wordpress.org/support/users/fldtrace/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-multiple-fields-error/#post-1127031)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
