Title: description
Last modified: August 30, 2016

---

# description

 *  Resolved [andrew](https://wordpress.org/support/users/adivirus/)
 * (@adivirus)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/description-18/)
 * Hello, how can i add description to all my existing posts? I can only add it 
   one at a time by checking the Option to show description when edit the post.
   
   Thanks
 * [https://wordpress.org/plugins/amazon-product-in-a-post-plugin/](https://wordpress.org/plugins/amazon-product-in-a-post-plugin/)

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

 *  [Don Fischer](https://wordpress.org/support/users/prophecy2040/)
 * (@prophecy2040)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/description-18/#post-6329474)
 * Hi Andrew,
    You can turn on the description for all products by using a filter.
 * Simply add the following to your theme’s `function.php` file (or if using a child
   theme, to the child theme’s `function.php` file):
 *     ```
       function custom_add_desc_appip( $manual_array ){
       	if( is_array( $manual_array ) )
       		$manual_array['desc'] = 1;
       	return $manual_array;
       }
       add_filter('getSingleAmazonProduct_manual_array', 'custom_add_desc_appip');
       ```
   
 * Add it after the opening `<?php` tag or before the ending `?>` tag.
    Warmest 
   regards, Don
 *  Thread Starter [andrew](https://wordpress.org/support/users/adivirus/)
 * (@adivirus)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/description-18/#post-6329475)
 * it works, thanks ! 🙂
 *  [Don Fischer](https://wordpress.org/support/users/prophecy2040/)
 * (@prophecy2040)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/description-18/#post-6329476)
 * Not a problem!
 * Warmest regards,
    Don

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

The topic ‘description’ is closed to new replies.

 * ![](https://ps.w.org/amazon-product-in-a-post-plugin/assets/icon.svg?rev=1565235)
 * [Amazon Product in a Post Plugin](https://wordpress.org/plugins/amazon-product-in-a-post-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-product-in-a-post-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-product-in-a-post-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-product-in-a-post-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-product-in-a-post-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-product-in-a-post-plugin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Don Fischer](https://wordpress.org/support/users/prophecy2040/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/description-18/#post-6329476)
 * Status: resolved