Title: Parameter name
Last modified: November 26, 2020

---

# Parameter name

 *  Resolved [ilyapokrov](https://wordpress.org/support/users/ilyapokrov/)
 * (@ilyapokrov)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/parameter-name/)
 * Tell me how to correctly display parameters in the description?
    Each product
   has different parameters in the import file. I would like to display these parameters
   in the description, if any.
 * My example doesn’t work quite correctly:
    {param[@name=”size”]/@name}: {param[
   @name=”size”]} If 1 parameter is specified in the import file, then everything
   is ok. If there are several, then the following is obtained: Size, Size, Size:
   1, 2, 3
 * How to make it so that the parameter name is displayed only once? Like this:
 * Size: 1, 2, 3

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

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/parameter-name/#post-13728003)
 * Hi [@ilyapokrov](https://wordpress.org/support/users/ilyapokrov/),
 * > How to make it so that the parameter name is displayed only once?
 * Please try adding an index to the XPath query, like this:
 * `{param[@name="size"][1]/@name}`
 * Let me know if that fixes it.
 *  Thread Starter [ilyapokrov](https://wordpress.org/support/users/ilyapokrov/)
 * (@ilyapokrov)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/parameter-name/#post-13729640)
 * [@wpallimport](https://wordpress.org/support/users/wpallimport/),
 * Thank you very much! It worked.

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

The topic ‘Parameter name’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ilyapokrov](https://wordpress.org/support/users/ilyapokrov/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/parameter-name/#post-13729640)
 * Status: resolved