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

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](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://mr.wordpress.org/plugins/custom-query-fields/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/custom-query-fields/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/custom-query-fields/#installation)
 * [डेव्हलोपमेंट](https://mr.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.

## नेहमी विचारले जाणारे प्रश्न

  When will you have some FAQ’s?

Soon.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Custom Query Fields” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत
योगदान केले आहे.

योगदानकर्ते

 *   [ 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/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/custom-query-fields/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/custom-query-fields/) च्या [RSS](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://mr.wordpress.org/plugins/tags/custom-fields/)[meta_query](https://mr.wordpress.org/plugins/tags/meta_query/)
   [query](https://mr.wordpress.org/plugins/tags/query/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/custom-query-fields/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[आपला अभिप्राय](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)