Title: Coding Panda's Replies - page 6 | WordPress.org

---

# Coding Panda

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 76 through 90 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/codingpanda/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpanda/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpanda/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/codingpanda/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)…
[9](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/codingpanda/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/codingpanda/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15187189)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * As long as the “name” field is in the table, you can add other fields and it 
   should work.
 * I will make it work even the “name” field is not available. Hopefully, I have
   a new version released next week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15187131)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * I need to look into it. For now, please create a “name” field and use a different
   label if necessary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15185849)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * From your description, you can try to add a plain text field with “name” as its
   Name. That should solve the problem. If your Pods Framework is not up to date,
   please update it.
 * Screenshots:
 * [https://www.dropbox.com/s/p1knl6bvxqugoj6/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0](https://www.dropbox.com/s/p1knl6bvxqugoj6/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/page/2/#post-15184855)
 * 🙂 I am glad that I can help. Thanks for the advice. I will improve it when I
   have time.
 * Good luck with your project.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/page/2/#post-15184825)
 * Getting there. 🙂
 * We can allocate them to $product_names and loop the array:
 *     ```
       	$params =   array(
       				    'orderby' => 't.post_title DESC',
       				    'limit'   => 25,				    
       				);
       	$product_pod 	= pods( 'product', $params );
       	$products 		= $product_pod->data();
       	foreach( $products as $product ){
       		$product_names = pods_field( 'product', $product->ID, 'product' );
       		foreach( $product_names as $product_name ){
       			echo $product_name['name'] . '<br/>';
       		}
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/page/2/#post-15184764)
 * No worries. If it is on the front page, we need to use `pods_field( 'product',
   $product_id, 'product' )`.
 * I don’t know how you fetch your products, but here is how I do it:
 *     ```
       	$params =   array(
       				    'orderby' => 't.post_title DESC',
       				    'limit'   => 25,				    
       				);
       	$product_pod 	= pods( 'product', $params );
       	$products 		= $product_pod->data();
       	foreach( $products as $product ){
       		print_r( pods_field( 'product', $product->ID, 'product' ) );
       	}
       ```
   
    -  This reply was modified 4 years, 5 months ago by [Coding Panda](https://wordpress.org/support/users/codingpanda/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184683)
 * Yes, that is the right stuff.
 * The field name you use for the repeater field is “product” instead of “product_name”,
   so we just need to update that in your single-product.php template.
 *     ```
       <pre>
       	<?php
       	if ( have_posts() ) {
       		while ( have_posts() ) {
       			the_post();
       			print_r(pods_field( 'product', get_the_ID(), 'product' ));
       		}
       	}
       	?>
       </pre>
       ```
   
 * Since it is in the single-product.php template, you can just do this:
 *     ```
       <pre>
       	<?php
       	print_r( pods_field( 'product' ) );
       	?>
       </pre>
       ```
   
 * Screenshots:
 * [https://www.dropbox.com/s/waozu4gsrlhyx8d/Edit-Product-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0](https://www.dropbox.com/s/waozu4gsrlhyx8d/Edit-Product-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0)
 * [https://www.dropbox.com/s/s3uddmifz1rjzsz/tea-%E2%80%93-Panda-Pods-Repeater-Field.png?dl=0](https://www.dropbox.com/s/s3uddmifz1rjzsz/tea-%E2%80%93-Panda-Pods-Repeater-Field.png?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184525)
 * Would you export the relevant pods and paste them here so I can investigate?
 * In case you don’t know how to export pods, please go to Pods Admin > Components
   and enable the Migrate:Packages component, then refresh the page and go to Pods
   Admin > Components > Migrate Packages and click Export.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184464)
 * Try this:
 *     ```
       <div class="row">
         <?php 
           while(have_posts()): the_post();
             print_r(pods_field( 'product', get_the_ID(), 'product_name' ));
           endwhile
         ?>
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184400)
 * Is your template single_product.php? Or it is a template to list more than one
   product?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184378)
 * Based on the pod and field names you provided, it should be:
 * `pods_field( 'products', $product_id, 'product_name' );`
 * Please replace $product_id with a product id. It should return an array of the
   product names.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] How to show repeater Pod fields on the front-end using VSCode?](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-repeater-pod-fields-on-the-front-end-using-vscode/#post-15184274)
 * Hi [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Thanks for using the plugin.
 * Have you checked the “How to fetch data at the frontend” in the FAQs here: [https://wordpress.org/plugins/panda-pods-repeater-field/](https://wordpress.org/plugins/panda-pods-repeater-field/)?
 * Let me know if it answers your question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Output with Shortcode](https://wordpress.org/support/topic/output-with-shortcode-2/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/output-with-shortcode-2/#post-15034083)
 * Hi [@one3rdnerd](https://wordpress.org/support/users/one3rdnerd/) I tried to 
   build an Element accordion widget but it did not work well so it is not completed.
 * Anyway, there is no problem building a shortcode to output the repeat field data.
   Please use pods_field to fetch the data. I tested your shortcode and pods_field
   worked fine. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Images Uploaded Doesn’t Show in PODS 2.8](https://wordpress.org/support/topic/images-uploaded-doesnt-show-in-pods-2-8/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/images-uploaded-doesnt-show-in-pods-2-8/#post-14993865)
 * Hi [@wparijat](https://wordpress.org/support/users/wparijat/), I have fixed the
   issue. Please update the plugin and see if it works. Any problems, please let
   me know. Many thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Images Uploaded Doesn’t Show in PODS 2.8](https://wordpress.org/support/topic/images-uploaded-doesnt-show-in-pods-2-8/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/images-uploaded-doesnt-show-in-pods-2-8/#post-14986388)
 * [@wparijat](https://wordpress.org/support/users/wparijat/)
    Thanks for letting
   me know. I have figured out the problem. I will update the plugin ASAP.

Viewing 15 replies - 76 through 90 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/codingpanda/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpanda/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpanda/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/codingpanda/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)…
[9](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/codingpanda/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/codingpanda/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)