Title: Custom Query Fields
Author: julian1828
Published: <strong>મે 8, 2011</strong>
Last modified: મે 10, 2011

---

પ્લગીન શોધો

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

![](https://s.w.org/plugins/geopattern-icon/custom-query-fields.svg)

# Custom Query Fields

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

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

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

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

## વર્ણન

THIS PLUGIN IS IN HEAVY DEVELOPMENT!

Extend your site’s querying and sorting functionality using custom field values.

The following function registers queryable fields.
 register_custom_queryable_field(
$fieldName, $options);

Simple Example:
 register_custom_queryable_field(‘city’); (The above registers the
custom field ‘city’ to be searchable using query variables) http://www.yoursite.
com/?city=Anahiem (displays posts which have a meta key ‘city’ and a value of ‘Anahiem’)

Advanced Example:
 register_custom_queryable_field(“price”, array(“dataType”=>”numeric”));(
The above registers the custom field “price” to be searchable as a number using 
query variables) http://www.yoursite.com/?price=500 (displays posts which have a
meta key ‘price’ and a exact value of ‘500’) http://www.yoursite.com/?price_min=
200&price_max=800&order_by=price (displays posts, sorted by ‘price’, which have 
a meta key ‘price’ and a value between ‘200’ and ‘800’)

Available Options:

 * dataType
    - text (default)
    - numeric (receive min/max query variables, see above example)
 * order
    - If the user uses the “order_by” query variable then this option determines
      the order. Available options are “ASC” and “DESC”(default)
 * compare
    - Compare method for text types. Defaults to ‘=’. Recommend ‘LIKE’

There is a “order_by” query var made available. This is used by adding `&order_by
=price` to the URL. In this instance, the query would sort based on the “price” 
field only.

Note: This plugin does not alter any queries when in the backend.

## સ્થાપન

 1. Upload `custom-query-fields` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. See Description on how to enable the custom variables.

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

  When will you have some FAQ’s?

Soon.

## સમીક્ષાઓ

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

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

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

ફાળો આપનારા

 *   [ julian1828 ](https://profiles.wordpress.org/julian1828/)

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

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

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

## ચેન્જલૉગ

#### 0.1.2b

 * Fixed some foreach bugs that threw warnings if no fields were registered.
 * The plugin is now only using one global variable.
 * Added backward compatibility with version 3.0.
 * Improved code efficiency.
 * Added enable and disable functions to allow you to apply custom field query to
   external query’s.

#### 0.1.1b

 * Added the ability to control whether the query altering function is run only 
   once.
 * Added the compare option to the registered fields. This compare is ignored for
   numeric comparisons.

#### 0.1b

 * Initial build.

## મેટા

 *  વર્ઝન **0.1.2b**
 *  છેલ્લી અપડેટ: **15 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 3.0 અથવા ઉચ્ચતર **
 *  **3.1.4** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/custom-query-fields/)
 * ટૅગ્સ:
 * [custom fields](https://gu.wordpress.org/plugins/tags/custom-fields/)[meta_query](https://gu.wordpress.org/plugins/tags/meta_query/)
   [query](https://gu.wordpress.org/plugins/tags/query/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/custom-query-fields/advanced/)

## પૉઇન્ટ્સ

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

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

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

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

 *   [ julian1828 ](https://profiles.wordpress.org/julian1828/)

## સપોર્ટ

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

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

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9BBXFXSUG2D6U)