Title: EDD List File Names
Author: Andrew Munro / AffiliateWP
Published: <strong>23 ژانویه 2014</strong>
Last modified: 22 فوریه 2014

---

جستجوی افزونه‌ها

![](https://ps.w.org/edd-list-file-names/assets/banner-772x250.png?rev=843544)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/edd-list-file-names_2361a0.svg)

# EDD List File Names

 توسط [Andrew Munro / AffiliateWP](https://profiles.wordpress.org/sumobi/)

[دانلود](https://downloads.wordpress.org/plugin/edd-list-file-names.1.0.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/edd-list-file-names/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/edd-list-file-names/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/edd-list-file-names/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/edd-list-file-names/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/edd-list-file-names/)

## توضیحات

This plugin requires [Easy Digital Downloads](https://wordpress.org/extend/plugins/easy-digital-downloads/).

Using the included `[edd_file_names]` shortcode you’ll be able to list a download’s
file names (not file paths). This is useful for showing customers what is included
when they purchase your product. The shortcode also takes 2 parameters, title and
ID. Using the ID you’re able to show a download’s file names from another post/page/
download.

**Shortcode usage**

Basic listing of the current download in an ordered list

    ```
    [edd_file_names]
    ```

Custom title above the list

    ```
    [edd_file_names title="Files Included"]
    ```

Show the download’s files by using it’s ID. Useful when you are also using the [
purchase_link] shortcode on another page/post

    ```
    [edd_file_names id="123" title="Another download's files"]
    ```

**Modifying the HTML markup**

This example shows how you can modify the HTML markup. Heading has been replaced
with an `<h1>` tag, and the list is now an unordered list. Copy and paste the following
function into your child theme’s functions.php or a custom plugin:

    ```
    function sumobi_edd_list_file_names( $html, $title, $download_files ) { 
        ob_start();
        if ( $download_files && is_array( $download_files ) ) : ?>

            <?php if ( $title ) : ?>
            <h1><?php echo $title; ?></h1>
            <?php endif; ?>

            <ul class="edd-file-names">
            <?php foreach ( $download_files as $file ) : ?>
                <li><?php echo $file['name']; ?></li>
            <?php endforeach; ?>
            </ul>

        <?php endif;

        $html = ob_get_clean();
        return $html;
    }
    add_filter( 'edd_list_file_names', 'sumobi_edd_list_file_names', 10, 3 );
    ```

**Extensions for Easy Digital Downloads**

[https://easydigitaldownloads.com/extensions/](https://easydigitaldownloads.com/extensions/?ref=166)

**Tips for Easy Digital Downloads**

[http://sumobi.com/blog](http://sumobi.com/blog)

**Stay up to date**

_Follow me on Twitter_
 [http://twitter.com/sumobi_](http://twitter.com/sumobi_)

_Become a fan on Facebook_
 [http://www.facebook.com/sumobicom](http://www.facebook.com/sumobicom)

## نصب

 1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/`
    folder locally
 2. Upload to your site
 3. Navigate to `wp-admin/plugins.php` on your site (your WP Admin plugin page)
 4. Activate this plugin

OR you can just install it with WordPress by going to Plugins >> Add New >> and 
type this plugin’s name

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“EDD List File Names” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Andrew Munro / AffiliateWP ](https://profiles.wordpress.org/sumobi/)

[ترجمه “EDD List File Names” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/edd-list-file-names)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/edd-list-file-names/)،
[مخزن SVN](https://plugins.svn.wordpress.org/edd-list-file-names/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/edd-list-file-names/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/edd-list-file-names/) مشترک
شوید.

## گزارش تغییرات

#### 1.0.1

 * New: Added edd-file-names CSS class on ordered list for easier styling

#### 1.0

 * Initial release

## اطلاعات

 *  نگارش **1.0.1**
 *  آخرین به‌روزرسانی **13 سال پیش**
 *  نصب‌های فعال **40+**
 *  نگارش وردپرس ** 3.3 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/edd-list-file-names/)
 * برچسب
 * [digital downloads](https://fa.wordpress.org/plugins/tags/digital-downloads/)
   [e-commerce](https://fa.wordpress.org/plugins/tags/e-commerce/)[e-downloads](https://fa.wordpress.org/plugins/tags/e-downloads/)
   [easy digital downloads](https://fa.wordpress.org/plugins/tags/easy-digital-downloads/)
   [edd](https://fa.wordpress.org/plugins/tags/edd/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/edd-list-file-names/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/edd-list-file-names/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/edd-list-file-names/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/edd-list-file-names/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/edd-list-file-names/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/edd-list-file-names/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/edd-list-file-names/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/edd-list-file-names/reviews/)

## مشارکت کنندگان

 *   [ Andrew Munro / AffiliateWP ](https://profiles.wordpress.org/sumobi/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/edd-list-file-names/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EFUPMPEZPGW7L)