Title: ACF: TablePress
Author: TylerDigital
Published: <strong>مئی 4, 2015</strong>
Last modified: جولائی 14, 2016

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/acf-tablepress/assets/icon-256x256.png?rev=1153184)

# ACF: TablePress

 منجانب [TylerDigital](https://profiles.wordpress.org/tylerdigital/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/acf-tablepress.1.3.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/acf-tablepress/#description)
 * [جائزے](https://ur.wordpress.org/plugins/acf-tablepress/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/acf-tablepress/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/acf-tablepress/#developers)

 [معاونت](https://wordpress.org/support/plugin/acf-tablepress/)

## تفصیل

**This is an extension for the popular [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/)
plugin and [TablePress](https://wordpress.org/plugins/tablepress/) plugin. By itself,
this plugin does NOTHING.**

This add-on for Advanced Custom Fields creates a custom field type to select a TablePress
table, providing a dropdown menu that lets you select from a list of available tables.
The field can return the table ID for the table selected, or the full HTML of the
table.

**This plugin requires:**

 * Advanced Custom Fields version 4+ or 5+
 * TablePress version 1.5+

_Just to be sure there’s no confusion…_ **This plugin does nothing unless [ACF](https://wordpress.org/plugins/advanced-custom-fields/)(
Or [ACF Pro](http://www.advancedcustomfields.com/pro/)) and [TablePress](https://wordpress.org/plugins/tablepress/)
are both active on your site**

**Follow this plugin on [GitHub](https://github.com/tylerdigital/acf-tablepress)**

### Using the Field

This field can return the table ID for the table selected, or the full HTML of the
table (the same output as the rendered shortcode).

When returning the table ID, either of the following code snippets will output your
table (replacing ‘your_table_here’ with the field name you defined in your ACF Field
Group settings).

    ```
    <?php 
        $tablepress_id = get_field( 'your_field_here' );
        echo do_shortcode( '[table id="'.$tablepress_id.'"]' ); 
    ?>
    ```

or, to avoid using `do_shortcode()`, use

    ```
    <?php
        $tablepress_id = get_field( 'your_field_here' );
        $args = array(
          'id' => $tablepress_id,
        );
        if ( function_exists( 'tablepress_print_table' ) ) {
          tablepress_print_table( $args );
        }
    ?>
    ```

To simply display the chosen table on your page, choose the HTML output option in
your field settings, and insert into your php with

    ```
    the_field( 'your_field_here' );
    ```

For a more detailed explanation, see our article, [Setting up an ACF field for TablePress](http://tylerdigital.com/document/setting-up-an-acf-field-for-tablepress/).

## انسٹالیشن

 1. Copy the `acf-tablepress` folder into your plugins folder
 2. Activate the plugin via the Plugins admin page

## جائزے

![](https://secure.gravatar.com/avatar/c700a91378b93cc2abfd873504050957589e23697e428f5f93bb48cd00150bf3?
s=60&d=retro&r=g)

### 󠀁[Fentastic!!!](https://wordpress.org/support/topic/fentastic/)󠁿

 [Kushal.Shah210](https://profiles.wordpress.org/kushalshah210/) ستمبر 3, 2016

Tablepress is a good plugin and it’s with ACF really fentastic easy to get any pages
posts etc. any where really its very helpful to me..!! Thank you.

![](https://secure.gravatar.com/avatar/167415e0e6504d7cc12b74e5bc39ec2371466dba0068452b29700e8ba60db6c3?
s=60&d=retro&r=g)

### 󠀁[awesome Plugin – super polite and good support](https://wordpress.org/support/topic/awesome-plugin-super-polite-and-good-support/)󠁿

 [Clickadelic](https://profiles.wordpress.org/clickadelic/) ستمبر 3, 2016

I’m using this plugin to combine ACF with TablePress in order to manage products
and the data of a single product. This plugin saves a lot of work and enables a 
seamless integration into the UI of your custom post types. Handling lots of data
with custom post types? No problem for this one. 4 Words: Awesome Plugin – awesome
support! Loved it right away!

![](https://secure.gravatar.com/avatar/2e0bdf411703adfb2d51272c5992247d82cdfbd5e5cef91ad3dc81452dc46ab6?
s=60&d=retro&r=g)

### 󠀁[Rocking](https://wordpress.org/support/topic/rocking-3/)󠁿

 [vamban](https://profiles.wordpress.org/vamban/) ستمبر 3, 2016

rocking plugin. Really handy and useful plugin to print tables via ACF. With regards
Selvam.S

 [ تمام 5 جائزے پڑھیں ](https://wordpress.org/support/plugin/acf-tablepress/reviews/)

## شراکت دار اور ڈیویلپرز

“ACF: TablePress” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ 
لیا:

شراکت دار

 *   [ TylerDigital ](https://profiles.wordpress.org/tylerdigital/)
 *   [ pwtyler ](https://profiles.wordpress.org/pwtyler/)
 *   [ NSquared ](https://profiles.wordpress.org/croixhaug/)

“ACF: TablePress” کا 14 زبانوں میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/acf-tablepress/contributors)
کا شکریہ۔

[“ACF: TablePress” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/acf-tablepress)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/acf-tablepress/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/acf-tablepress/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/acf-tablepress/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/acf-tablepress/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.3.2

 * Fix: Fixed bug that prevented non-administrator users from inserting tables.
 * Fix: Fixed bug that failed to display the table while logged out and using "HTML
   Output”

#### 1.3.1

 * Fix: Fixed undefined variable notices introduced in 1.3.

#### 1.3

 * Update: Improved activation check: plugin now checks for Advanced Custom Fields
   as well as TablePress before activating.

#### 1.2.2

 * Update: Drop-down list sorts by table title instead of table ID.

#### 1.2.1

 * Fix: bug intoducted in last update displaying wrong version number.

#### 1.2

 * Update: Updated TGM-Plugin-Activation library to 2.5.2

#### 1.1

 * New: Added i18n support
 * New: Added Portuguese translations (pt_PT, pt_BR)
 * Update: Changed text domain to match the plugin slug (‘acf-tablepress’)
 * Update: Removed hard-coded settings in rendered tables

#### 1.0

 * Initial Release

## میٹا

 *  Version **1.3.2**
 *  Last updated **10 سال پہلے**
 *  Active installations **1,000+**
 *  WordPress version ** 4.0 یا اس سے جدید **
 *  Tested up to **4.5.33**
 *  Languages
 * [English (Australia)](https://en-au.wordpress.org/plugins/acf-tablepress/)، [English (Canada)](https://en-ca.wordpress.org/plugins/acf-tablepress/)،
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/acf-tablepress/)،
   [English (South Africa)](https://en-za.wordpress.org/plugins/acf-tablepress/)،
   [English (UK)](https://en-gb.wordpress.org/plugins/acf-tablepress/)، [English (US)](https://wordpress.org/plugins/acf-tablepress/)،
   [French (France)](https://fr.wordpress.org/plugins/acf-tablepress/)، [German](https://de.wordpress.org/plugins/acf-tablepress/)،
   [Italian](https://it.wordpress.org/plugins/acf-tablepress/)، [Japanese](https://ja.wordpress.org/plugins/acf-tablepress/)،
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/acf-tablepress/)، [Romanian](https://ro.wordpress.org/plugins/acf-tablepress/)،
   [Spanish (Chile)](https://cl.wordpress.org/plugins/acf-tablepress/)، [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/acf-tablepress/)،
   اور [Swedish](https://sv.wordpress.org/plugins/acf-tablepress/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/acf-tablepress)
 * Tags
 * [acf](https://ur.wordpress.org/plugins/tags/acf/)[advanced custom fields](https://ur.wordpress.org/plugins/tags/advanced-custom-fields/)
   [table](https://ur.wordpress.org/plugins/tags/table/)[tablepress](https://ur.wordpress.org/plugins/tags/tablepress/)
   [tables](https://ur.wordpress.org/plugins/tags/tables/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/acf-tablepress/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/acf-tablepress/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/acf-tablepress/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/acf-tablepress/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/acf-tablepress/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/acf-tablepress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/acf-tablepress/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/acf-tablepress/reviews/)

## شراکت دار

 *   [ TylerDigital ](https://profiles.wordpress.org/tylerdigital/)
 *   [ pwtyler ](https://profiles.wordpress.org/pwtyler/)
 *   [ NSquared ](https://profiles.wordpress.org/croixhaug/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/acf-tablepress/)