Title: Custom Query Fields
Author: julian1828
Published: <strong>8 de maig de 2011</strong>
Last modified: 10 de maig de 2011

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

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

# Custom Query Fields

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

[Baixa](https://downloads.wordpress.org/plugin/custom-query-fields.zip)

 * [Detalls](https://ca.wordpress.org/plugins/custom-query-fields/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/custom-query-fields/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/custom-query-fields/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/custom-query-fields/#developers)

 [Suport](https://wordpress.org/support/plugin/custom-query-fields/)

## Descripció

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.

## Instal·lació

 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.

## PMF

  When will you have some FAQ’s?

Soon.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Custom Query Fields» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

[Traduïu «Custom Query Fields» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/custom-query-fields)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/custom-query-fields/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/custom-query-fields/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/custom-query-fields/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/custom-query-fields/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 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.

## Meta

 *  Versió **0.1.2b**
 *  Darrera actualització **fa 15 anys**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 3.0 o posterior **
 *  Provada fins a **3.1.4**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/custom-query-fields/)
 * Etiquetes
 * [custom fields](https://ca.wordpress.org/plugins/tags/custom-fields/)[meta_query](https://ca.wordpress.org/plugins/tags/meta_query/)
   [query](https://ca.wordpress.org/plugins/tags/query/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/custom-query-fields/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

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

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/custom-query-fields/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/custom-query-fields/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9BBXFXSUG2D6U)