Title: Taro Ad Fields
Author: TAROSKY INC.
Published: <strong>જુલાઇ 31, 2017</strong>
Last modified: એપ્રિલ 23, 2025

---

પ્લગીન શોધો

![](https://ps.w.org/taro-ad-fields/assets/banner-772x250.png?rev=3110801)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://ps.w.org/taro-ad-fields/assets/icon-256x256.png?rev=3110801)

# Taro Ad Fields

 [TAROSKY INC.](https://profiles.wordpress.org/tarosky/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/taro-ad-fields.1.3.5.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/taro-ad-fields/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/taro-ad-fields/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/taro-ad-fields/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/taro-ad-fields/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/taro-ad-fields/)

## વર્ણન

You can create ad slot for you WordPress theme.
 In each position, the latest ad
field will be displayed. You can manage your advertisement’s schedule & display!

#### From Theme

Call action hook in your theme:

    ```
    <?php do_action( 'taro_ad_field', 'after-header', '<div class="after-header">', '</div>', 3 ); ?>
    ```

In this place, the latest 3 ads will be displayed.
 With [Taro Clockwork Post](https://wordpress.org/plugins/taro-clockwork-post/)
plugin, you can let your ad be automatically expired.

Hook Arguments

    ```
    do_action( $hook_name, $slug, $before, $after, $number );>
    ```

 1. **$hook_name**: The action hook name. Always should be `taro_ad_field`.
 2. **$slug**: Slug of position.
 3. **$before**: String to be output just before ad block. If no ad exists, this won’t
    be displayed.
 4. **$after**: String to be output just after ad block.
 5. **$number**: Number of ad to be displayed. Default is 1.
 6. **$contexts**: Array of contexts. Context is a taxonomy that filters ads. For more
    details, see our [Wiki](https://github.com/tarosky/taro-ad-fields/wiki).

#### From Widget

We also have widget for ad field. The latest ad of specified position will be displayed
in the widget.

#### Set Default Positions

In your theme, add filter hook for `taf_default_positions`.
 These terms will be
created automatically.

    ```
    add_filter( 'taf_default_positions', function() {
        return [
            'after-header' => [
                'name' => 'After Header',
                'description' => 'Displayed just after header.',
            ],
            'after-content' => [
                'name' => 'After Content',
                'description' => 'Displayed just after content.',
                'mode' => 'iframe',
            ],
        ];
    } );
    ```

Defaults are empty array, so no default position.
 You can add new position to them
with filter hook like above. The structure of array will be like below:

    ```
    [
      'slug_name' => [
        'name'        => 'Verbose Position Name',
        'description' => 'About where will be displayed(up to you)',
        'mode'        => 'iframe',
      ],
    ]
    ```

If you set mode as ‘iframe’, this position will have URL and display ad in very 
simple HTML pages.
 You can get URL from view link in position list of admin screen.

This feature is useful to deliver ad in external platform like [Facebook Instant Article](https://instantarticles.fb.com).

## સ્થાપન

 1. Upload the plugin files to the `/wp-content/plugins/taro-ad-fields` directory, 
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to `Ad Field > Position` and create positons. If you set default positions with
    filters, they will be automatically generated.
 4. Register ad posions. The published fields will be displayed.

## એફએક્યુ (FAQ)

### Do you have detailed documentaiton?

Please check our [Wiki](https://github.com/tarosky/taro-ad-fields/wiki). English
and Japanese documentations are available.

### How to Contribute

We host our code on [Github](https://github.com/tarosky/taro-ad-fields), so feel
free to send PR or issues.

### Is there any vulnerability?

As far as we know, **NO**. But nothing is perfect.
 This plugin allows you to save
Javascript like Google Adsense code, so please be careful about who can edit your
ad. You can customize the capability for ad fields by hooking `taf_post_type_args`
filter.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ yocchi161 ](https://profiles.wordpress.org/yocchi161/)

“Taro Ad Fields” નું 1 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. તેમના યોગદાન માટે [અનુવાદકો ](https://translate.wordpress.org/projects/wp-plugins/taro-ad-fields/contributors)
આપનો આભાર.

[“Taro Ad Fields” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/taro-ad-fields)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/taro-ad-fields/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/taro-ad-fields/),અથવા
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/taro-ad-fields/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/taro-ad-fields/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 1.3.2

 * Add context feature.

#### 1.2.6

 * Add filter hook for widget rendering.

#### 1.2.5

 * Allow multiple ad in one field.

#### 1.1.0

 * Add iframe feature. Now you can provide ad field as iframe ad container. e.g.
   Facebook Instant Article.

#### 1.0.0

 * First Release.

## મેટા

 *  વર્ઝન **1.3.5**
 *  છેલ્લી અપડેટ: **1 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 5.9 અથવા ઉચ્ચતર **
 *  **6.7.5** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.4 અથવા ઉચ્ચતર **
 *  ભાષા:
 * [English (US)](https://wordpress.org/plugins/taro-ad-fields/) અને .[Japanese](https://ja.wordpress.org/plugins/taro-ad-fields/).
 *  [તમારી ભાષામાં અનુવાદ કરો](https://translate.wordpress.org/projects/wp-plugins/taro-ad-fields)
 * ટેગ:
 * [advertisement](https://gu.wordpress.org/plugins/tags/advertisement/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/taro-ad-fields/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[Your review](https://wordpress.org/support/plugin/taro-ad-fields/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/taro-ad-fields/reviews/)

## ફાળો આપનારા

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ yocchi161 ](https://profiles.wordpress.org/yocchi161/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/taro-ad-fields/)