WordPress.org

Euskara

  • Itxurak
  • Pluginak
  • Albisteak
  • Laguntza
  • Honi buruz
  • Parte hartu
  • Taldea
  • Lortu WordPress
Lortu WordPress
WordPress.org

Plugin Directory

Filter Custom Fields & Taxonomies Light

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

filter-custom-fields-taxonomies-light

websupporter-(r)en eskutik
  • Xehetasunak
  • Berrikuspenak
  • Garapena
Laguntza

Deskripzioa

Plugin hau 2024(e)ko otsailaren 2(a) (e)tik itxita dago, eta ez dago deskargatzeko eskuragarri. Arrazoia: Segurtasun Arazoa.

Berrikuspenak

Good Plugin. Need Pro version.

directoryprofessional 2021(e)ko maiatzaren 30(a)
Very good plugin. we need pro version which is not available on the given link.

After years still a very good plugin

Pandasonic2 2020(e)ko maiatzaren 16(a)
I’m very sad about the decision to stop development of this plugin. It’s still now one of the best plugin to filter ACF fields

Change order of results

spay18 2020(e)ko apirilaren 7(a)
Hi, how can I customize the order of the results in alphabetical order? Thanks so much

Nice one

aiframe 2016(e)ko abenduaren 1(a) 1 reply
Great functionality, and as my prior mark – 5 stars for code. Not often today you’ll find a plugin with clean and readable code. Found and edited all the things I was need for my project in a couple of minutes. ———————————————- Dev, I’ve got a problem in ur free-version. elseif( $val['type'] == 'checkbox' ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $_POST['data'][ $key ]['val'], 'type' => 'CHAR', 'compare' => 'IN' ); Now imagine you have meta_field “array of chars” And your post #1 have it set like “fish, cat” And your post #2 have it like “dog, duck” You place a “checkbox” of that custom field with 4 values to check. You check only “cat” and get post #1 in the results. You check only “dog” and get post #2 in the results. You check both “cat” and “dog”. What will you get? 0 found? Nah, you’ll get 2 posts found. To allow WHERE IN of meta_query to EXACT match your array of checks you need to replace code above with: elseif( $val['type'] == 'checkbox' ): foreach( $_POST['data'][ $key ]['val'] as $meta_val ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $meta_val, 'type' => 'CHAR', 'compare' => '=' ); endforeach; And here comes an option to set different ‘relation’ of meta_query, like OR or AND.

Simple and awesome

relync 2016(e)ko irailaren 3(a) 2 replies
This filter is very simple to use! However, is it possible for the checkbox to align horizontally instead of being placed one on top of each other? Takes up quite a bit of space when they are lined up on top of each other. Other than that, it is a great plugin to have!

For what it does, it does well

nmgwp 2016(e)ko irailaren 3(a)
It does not have a lot of exciting cool features, but ehat id does have is useful. Give it a try.
Irakurri 18 berrikuspenak

Laguntzaileak eta Garatzaileak

“Filter Custom Fields & Taxonomies Light” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak
  • websupporter

Itzul zaitez Filter Custom Fields & Taxonomies Light zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Meta

  • Version 1.05
  • Azken eguneraketa duela 9 urte
  • Instalazio aktiboak N/A
  • WordPress bertsioa 3.5 edo handiagoa
  • 4.4.33 (e)raino probatuta.
  • Language
    English (US)
  • Ikuspegi aurreratua
  • Honi buruz
  • Albisteak
  • Ostatatzea
  • Pribatutasuna
  • Erakusleihoa
  • Itxurak
  • Pluginak
  • Ereduak
  • Ikasi
  • Laguntza
  • Garatzaileak
  • WordPress.tv ↗
  • Parte hartu
  • Events
  • Dohaintza egin ↗
  • Etorkizunari bostekoa
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Euskara

  • Bisitatu gure Facebook orrialdea
  • Visit our X (formerly Twitter) account
  • Visit our Mastodon account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Kodea Poesia da